Skip to content

Commit

Permalink
Make custom Radio styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnblk committed Mar 5, 2016
1 parent 11f75bd commit 0316f95
Show file tree
Hide file tree
Showing 5 changed files with 116 additions and 40 deletions.
20 changes: 10 additions & 10 deletions demo/bundle.js

Large diffs are not rendered by default.

14 changes: 11 additions & 3 deletions docs/examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,17 @@ const examples = {
<Progress value={0.25} />
),
Radio: (
<Radio
name='radio_example'
label='Radio' />
<div>
<Radio
checked
group='radios'
name='radio_1'
label='Radio' />
<Radio
group='radios'
name='radio_2'
label='Radio' />
</div>
),
Rating: (
<Rating value={3.5} />
Expand Down
Loading

0 comments on commit 0316f95

Please sign in to comment.