-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
[Docs] Update docs for Icon Button #2700
Conversation
import FontIcon from 'material-ui/lib/font-icon'; | ||
import IconButton from 'material-ui/lib/icon-button'; | ||
|
||
const IconButtonExampleSimple = () => ( |
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.
IconButtonExampleMaterial
a394789
to
3587a21
Compare
3587a21
to
aba37ff
Compare
@Zadielerick It looks good 👍. Can you squash down? |
@@ -92,7 +92,7 @@ const AppRoutes = ( | |||
<Route path="dropdown-menu" component={DropDownMenuPage} /> | |||
<Route path="grid-list" component={GridListPage} /> | |||
<Route path="icons" component={Icons} /> | |||
<Route path="icon-buttons" component={IconButtons} /> | |||
<Route path="icon-buttons" component={IconButtonPage} /> |
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.
"icon-button"
? We have to update the leftnav bar too.
aba37ff
to
c535178
Compare
@@ -187,7 +187,7 @@ const AppLeftNav = React.createClass({ | |||
primaryText="Icons" | |||
/>, | |||
<ListItem | |||
value="/components/icon-buttons" | |||
value="/components/icon-button" | |||
primaryText="Icon Buttons" |
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.
Icon Button
😁
c535178
to
ce0d8ee
Compare
[Docs] Update docs for Icon Button
@Zadielerick Yeah, one more, great job 👍 |
@Zadielerick Awesome job 👍 👍 👍 you've been a huge help ^_^ |
No problem! Hope I can finish all the components by next week! |
No description provided.