-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added custom checkbox and radio buttons #12
Conversation
6a7f07c
to
71e5985
Compare
Current coverage is
|
eaf3e43
to
5390921
Compare
<div className="example-component-panel"> | ||
<RadioGroup name="testRadio" value="2"> | ||
<Radio | ||
label="Unchecked" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
double indent props
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Think that is more of a jade thing. Jade it is hard to tell the diff between attributes and the start of an element. Not so much of a problem IMO in JSX.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
9b565b9
to
4ae73c1
Compare
4ae73c1
to
e486e74
Compare
Looks good, had a chat about tests and everything #Hairy needs proper convos in the new year |
Merging 🍖 |
Added custom checkbox and radio buttons
Totes @omgaz - not super happy with it - but I think we are going to need to use the standard renderer rather than shallow so that we can use |
Adding Checkboxes and Radio buttons to library
![screen shot 2015-12-18 at 12 28 07 pm]