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