Skip to content

Commit fd63212

Browse files
committed
updated readme for default radio state
1 parent ef24e2b commit fd63212

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ Color variants: `outline-primary` , `outline-success` , `outline-warning` , `out
126126
```html
127127
<div class="pretty inline circle">
128128
<input type="radio" name="radio1">
129-
<label><i class="mdi mdi-gender-male"></i> Male</label>
129+
<label><i class="default"></i> Default</label>
130130
</div>
131131
<div class="pretty inline circle">
132132
<input type="radio" name="radio1">
133-
<label><i class="mdi mdi-gender-female"></i> Female</label>
133+
<label><i class="mdi mdi-check"></i> With icon</label>
134134
</div>
135135
```
136136
All the features in the checkbox is supported for radio buttons. It includes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pretty-checkbox",
3-
"version": "1.0.0",
3+
"version": "1.1.1",
44
"description": "Scalable css3 pretty checkbox and radio buttons with custom font icon library",
55
"main": "src/pretty.min.css",
66
"dependencies": {},
@@ -22,7 +22,7 @@
2222
"radio",
2323
"bootstrap",
2424
"css3",
25-
"animations"
25+
"animation"
2626
],
2727
"author": "lokesh",
2828
"license": "MIT",

0 commit comments

Comments
 (0)