2017 © Pedro Peláez
 

yii2-extension yii2-uikit-x

The UIkit front-end framework extension for the Yii framework

image

demogorgorn/yii2-uikit-x

The UIkit front-end framework extension for the Yii framework

  • Thursday, June 19, 2014
  • by demogorgorn
  • Repository
  • 2 Watchers
  • 6 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Improved UIkit Extension for Yii 2

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']) ?>

Installation

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 Versions

19/06 2014

dev-master

9999999-dev

The UIkit front-end framework extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii uikit