File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,19 +6,20 @@ Check it out the [Demo](https://lokesh-coder.github.io/pretty-checkbox/) for com
6
6
7
7
### Get started
8
8
9
- Install the library from bower
9
+ Install the library from bower or npm package manager
10
10
11
11
``` sh
12
- $ bower install pretty-checkbox
12
+ > bower install pretty-checkbox
13
+ > npm install pretty-checkbox
13
14
```
14
15
Add ` pretty.min.css ` in your html
15
16
``` html
16
- <link rel =" stylesheet" href =" ../bower_components /pretty-checkbox/src/pretty.min.css" />
17
+ <link rel =" stylesheet" href =" ../PATH /pretty-checkbox/src/pretty.min.css" />
17
18
```
18
19
19
20
or you can also import ` pretty.scss ` in your main scss file.
20
21
``` scss
21
- @import ' ../bower_components /pretty-checkbox/src/pretty.scss' ;
22
+ @import ' ../PATH /pretty-checkbox/src/pretty.scss' ;
22
23
```
23
24
Checkbox markup,
24
25
``` html
You can’t perform that action at this time.
0 commit comments