Foundation Extension for Yii 2 ¶
Code based on yii2-bootstrap, this extension is work in progress and can be used instead of yii2-bootstrap. Any comments are appreciated!
Widgets in progress:
- ActiveForm and ActiveField
- TopBar and TopBarSection
- SideNav
- IconBar
- GridView
- Breadcrumbs
- Button
- ButtonGroup
- DropDown
- DropdownButton works as Dropdown button or Split button
Helpers:
- Html::icon()
- Html::fLabel()
Requirements ¶
This extension is for Yii2
Usage ¶
The preferred way to install this extension is through composer.
Either run ~~~ php composer.phar require --prefer-dist nonzod/yii2-foundation "dev-master" ~~~
or add
"nonzod/yii2-foundation": "dev-master"
to the require section of your composer.json file.
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.