Button's support for this.props.children
?
#189
Labels
component: button
This is the name of the generic UI component, not the React module!
this.props.children
?
#189
I'd like to be able to customize some button content with complex elements, where a label is not enough.
The component
icon button
is also not suitable since it's rounded.What I'd like would be something like:
This can be done easily by replacing this line with
and making the property label optional.
What do you guys think?
The text was updated successfully, but these errors were encountered: