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
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+ > npm install pretty-checkbox
1314```
1415Add ` pretty.min.css ` in your html
1516``` 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" />
1718```
1819
1920or you can also import ` pretty.scss ` in your main scss file.
2021``` scss
21- @import ' ../bower_components /pretty-checkbox/src/pretty.scss' ;
22+ @import ' ../PATH /pretty-checkbox/src/pretty.scss' ;
2223```
2324Checkbox markup,
2425``` html
You can’t perform that action at this time.
0 commit comments