You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-3
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,22 @@ Awesome Bootstrap Checkbox
8
8
9
9
[Font Awesome][][Bootstrap][] Checkboxes & Radios plugin. Pure CSS way to make inputs look prettier. **No Javascript!**
10
10
11
-
For **[Bootstrap 4 Beta version][]** please checkout [bump-to-bootstrap4][] branch!
11
+
For **[Bootstrap 4 version][]** please checkout [bump-to-bootstrap4][] branch!
12
12
13
13
**[Demo][]**
14
14
15
15
Use
16
16
------------
17
17
18
-
First just include **awesome-bootstrap-checkbox.css** somewhere in your HTML, or add the equivalent files to your [Sass](#using-sass) / [Less](#using-less) configuration.
18
+
To install latest via NPM simply run
19
+
```shell
20
+
$ npm install awesome-bootstrap-checkbox # for Bootstrap 4 version
There is a separate [README.md][] file for **[Bootstrap 4 version][]**.
25
+
26
+
Then just include **awesome-bootstrap-checkbox.css** somewhere in your HTML, or add the equivalent files to your [Sass](#using-sass) / [Less](#using-less) configuration.
19
27
Next, everything is based on code convention. Here is checkbox markup from Bootstrap site:
20
28
21
29
````html
@@ -178,10 +186,11 @@ Based on the [Official Bootstrap Sass port][Bootstrap Sass] and the awesome [Fon
0 commit comments