File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,16 @@ 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 or npm package manager
9+ Install the library from ` bower ` or ` npm ` package manager
1010
1111``` sh
1212> bower install pretty-checkbox
13+ ```
14+ ``` sh
1315> npm install pretty-checkbox
1416```
1517Add ` pretty.min.css ` in your html
18+
1619``` html
1720<link rel =" stylesheet" href =" ../PATH/pretty-checkbox/src/pretty.min.css" />
1821```
@@ -21,6 +24,8 @@ or you can also import `pretty.scss` in your main scss file.
2124``` scss
2225@import ' ../PATH/pretty-checkbox/src/pretty.scss' ;
2326```
27+ ` PATH ` is where the library is downloaded.
28+
2429Checkbox markup,
2530``` html
2631<div class =" pretty" >
You can’t perform that action at this time.
0 commit comments