File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -6,20 +6,26 @@ Check it out the [Demo](https://lokesh-coder.github.io/pretty-checkbox/) for com
66
77### Get started
88
9- Install the library from bower
9+ Install the library from ` bower ` or ` npm ` package manager
1010
1111``` sh
12- $ bower install pretty-checkbox
12+ > bower install pretty-checkbox
13+ ```
14+ ``` sh
15+ > npm install pretty-checkbox
1316```
1417Add ` pretty.min.css ` in your html
18+
1519``` html
16- <link rel =" stylesheet" href =" ../bower_components /pretty-checkbox/src/pretty.min.css" />
20+ <link rel =" stylesheet" href =" ../PATH /pretty-checkbox/src/pretty.min.css" />
1721```
1822
1923or you can also import ` pretty.scss ` in your main scss file.
2024``` scss
21- @import ' ../bower_components /pretty-checkbox/src/pretty.scss' ;
25+ @import ' ../PATH /pretty-checkbox/src/pretty.scss' ;
2226```
27+ ` PATH ` is where the library is downloaded.
28+
2329Checkbox markup,
2430``` html
2531<div class =" pretty" >
You can’t perform that action at this time.
0 commit comments