intelligent/yii2-uikit

The UIkit front-end framework extension for the Yii framework

Maintainers

Package info

github.com/InteLigent/yii2-uikit

Type:yii2-extension

pkg:composer/intelligent/yii2-uikit

Statistics

Installs: 289

Dependents: 0

Suggesters: 0

Stars: 10

Open Issues: 1

v1.0 2016-03-08 22:01 UTC

This package is not auto-updated.

Last update: 2026-03-28 23:54:27 UTC


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.