Skip to content

Commit 82cebd3

Browse files
authored
Update README.md
1 parent 15b52dc commit 82cebd3

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,29 +44,23 @@ Checkbox markup,
4444
<label><i class="mdi mdi-check"></i> Monday</label>
4545
</div>
4646
```
47-
##### Custom icon library
48-
```html
49-
<div class="pretty inline circle">
50-
<input type="checkbox"/>
51-
<label><i class="fa fa-check"></i> Fontawesome icon</label>
52-
</div>
53-
```
47+
5448
##### Solid Checkbox color
5549
```html
5650
<div class="pretty inline primary">
5751
<input type="checkbox"/>
5852
<label><i class="mdi mdi-check"></i> Primary</label>
5953
</div>
6054
```
61-
Color variants: `primary` `success` `warning` `info` `danger`
55+
Color variants: `primary` , `success` , `warning` , `info` , `danger`
6256
##### Outline Checkbox color
6357
```html
6458
<div class="pretty inline outline-primary">
6559
<input type="checkbox"/>
6660
<label><i class="mdi mdi-check"></i> Outline primary</label>
6761
</div>
6862
```
69-
Color variants: `outline-primary` `outline-success` `outline-warning` `outline-info` `outline-danger`
63+
Color variants: `outline-primary` , `outline-success` , `outline-warning` , `outline-info` , `outline-danger`
7064
##### Without border - plain checkbox
7165
```html
7266
<div class="pretty inline outline-success plain">
@@ -134,7 +128,7 @@ Color variants: `outline-primary` `outline-success` `outline-warning` `outline-i
134128
</div>
135129
```
136130
All the features in the checkbox is supported for radio buttons. It includes
137-
`Boxed radio button` `Solid Color radio` `Outline Color radio` `Radio button without border` `Animated radio button` `Disabled radio button` `Toggle radio button`.
131+
`Boxed radio button` , `Solid Color radio` , `Outline Color radio` , `Radio button without border` , `Animated radio button` , `Disabled radio button` , `Toggle radio button`.
138132

139133

140134
##### Toggle radio button without labels
@@ -153,7 +147,7 @@ All the features in the checkbox is supported for radio buttons. It includes
153147

154148
### Custom font library
155149

156-
This library supports wide variety of font icon libraries. Currently tested with `FontAwesome` ,`Bootstrap Glyphicon` `Material Design icons (mdi)` `Material Design icons (zmdi)` `Typicons` `Ionicons`.
150+
This library supports wide variety of font icon libraries. Currently tested with `FontAwesome` , `Bootstrap Glyphicon` , `Material Design icons (mdi)` , `Material Design icons (zmdi)` , `Typicons` `Ionicons`.
157151

158152
### What else
159153

0 commit comments

Comments
 (0)