artkost/yii2-uikit
Composer 安装命令:
composer require artkost/yii2-uikit
包简介
The UIkit front-end framework extension for the Yii 2 framework
README 文档
README
This is the UIkit extension for Yii 2. Clone of Yii 2 Bootstrap extension. 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:
<?= artkost\uikit\Progress::widget(['percent' => 60, 'label' => 'test']) ?>
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require artkost/yii2-uikit "*"
or add
"artkost/yii2-uikit": "*"
to the require section of your composer.json file.
统计信息
- 总下载量: 182
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-01-11