chd7well/yii2-wizard

A Yii2 extension for a bootstrap wizard

Installs: 11 615

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 4

Forks: 4

Open Issues: 2

Type:yii2-extension

v0.0.4 2015-02-20 19:52 UTC

This package is auto-updated.

Last update: 2024-03-29 03:13:01 UTC


README

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.