You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
## Installation using [Composer](http://getcomposer.org/)
32
+
33
+
Make sure composer is install globally before we proceed. After that we need to add below piece of code in `composer.json` file located inside your project root folder.
34
+
35
+
```
36
+
{
37
+
"require": {
38
+
"components/ui-select": "dev-master"
39
+
}
40
+
}
41
+
```
42
+
43
+
- Run `composer update` and composer will install the component.
44
+
- Inside your HTML add below script and link tags.
0 commit comments