Skip to content

chd7well/yii2-wizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yii2-wizard Latest Stable Version Total Downloads License

A wizard for multi form input!

NOTE: Module is in initial development. Anything may change at any time.

##Quick Start

  $tabs = [
  		[
  			'tabtitle'=>'Test1',
  			'tabcontent'=>'<h2>Test1</h2>blabla',		
  		],
  		[
  		'tabtitle'=>'Test2',
  		'tabcontent'=>'<h2>Test2</h2>blabla',
  		],
  		[
  		'tabtitle'=>'Test3',
  		'tabcontent'=>'<h2>Test3</h2>blabla',
  		],
  ];
    
   echo Wizard::widget(['tabs'=>$tabs]);

Roadmap

  • Tests
  • Documentation

Documentation

Installation instructions | Definitive guide to Yii2-smartmenu

Contributing

Contributing instructions are located in CONTRIBUTING.md file.

License

Yii2-smartmenu is released under the MIT License. See the bundled LICENSE.md for details.

About

A wizard for yii2 base on an bootstrap wizard template

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages