dev-master
9999999-devThe UIkit front-end framework extension for the Yii framework
BSD-3-Clause
The Requires
yii uikit
The UIkit front-end framework extension for the Yii framework
This is the UIkit extension for Yii 2. It encapsulates UIkit components and plugins in terms of Yii widgets, and thus makes using UIkit components/addons in Yii applications extremely easy. For example, the following single line of code in a view file would render a Progress plugin:, (*1)
<?= demogorgorn\uikit\Progress::widget(['percent' => 60, 'label' => 'test']) ?>
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require demogorgorn/yii2-uikit "*"
or add, (*4)
"demogorgorn/yii2-uikit": "*"
to the require section of your composer.json
file., (*5)
The UIkit front-end framework extension for the Yii framework
BSD-3-Clause
yii uikit