Widgets & assets for a lightweight and modular front-end framework UiKit
The preferred way to install this extension is through composer. Just run
You have to set in your project's composer.json to use this package, because of Uikit 3 RC version.
{
...
"minimum-stability": "dev",
"prefer-stable":true,
...
}
composer require --prefer-dist worstinme/yii2-uikit:"dev-master"
or add
"worstinme/yii2-uikit": "dev-master"
to the require section of your composer.json
file.
For example, including main UiKit css & js files in any view files
\worstinme\uikit\Asset::register($this);