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
6
6
7
7
### Get started
8
8
9
- Install the library from bower or npm package manager
9
+ Install the library from ` bower ` or ` npm ` package manager
10
10
11
11
``` sh
12
12
> bower install pretty-checkbox
13
+ ```
14
+ ``` sh
13
15
> npm install pretty-checkbox
14
16
```
15
17
Add ` pretty.min.css ` in your html
18
+
16
19
``` html
17
20
<link rel =" stylesheet" href =" ../PATH/pretty-checkbox/src/pretty.min.css" />
18
21
```
@@ -21,6 +24,8 @@ or you can also import `pretty.scss` in your main scss file.
21
24
``` scss
22
25
@import ' ../PATH/pretty-checkbox/src/pretty.scss' ;
23
26
```
27
+ ` PATH ` is where the library is downloaded.
28
+
24
29
Checkbox markup,
25
30
``` html
26
31
<div class =" pretty" >
You can’t perform that action at this time.
0 commit comments