Skip to content

InteLigent/yii2-uikit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

<?= 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages