Commit 0d671ebf by Alexander Makarov

Fixes #6264: added installation instructions to jUI guide

parent 86d0d1b0
......@@ -3,8 +3,27 @@ Jquery UI Widgets
> Note: This section is under development.
Out of the box, Yii includes support for the [jQuery UI](http://api.jqueryui.com/) library. jQuery UI is a curated set
of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.
Yii includes support for the [jQuery UI](http://api.jqueryui.com/) library in an officail extension. jQuery UI is
a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.
Installation
------------
The preferred way to install the extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist yiisoft/yii2-jui "*"
```
or add
```
"yiisoft/yii2-jui": "*"
```
to the require section of your `composer.json` file.
Yii widgets
-----------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment