pjkui/yii2-uikit

UIkit front framework extension for yii2

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:yii2-extension

1.1.0 2022-02-25 02:41 UTC

This package is auto-updated.

Last update: 2024-04-15 20:47:16 UTC


README

UIkit theme for yii2

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist pjkui/yii2-uikit "*"

or add

"pjkui/yii2-uikit": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \pjkui\ui\AutoloadExample::widget(); ?>```