intelligent/yii2-uikit 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 10
  • Watchers: 3
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2014-10-13