chd7well / yii2-wizard
A Yii2 extension for a bootstrap wizard
v0.0.4
2015-02-20 19:52 UTC
Requires
This package is auto-updated.
Last update: 2026-03-01 00:20:55 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.