-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Component is not able to render a child component, for example an image inside instead of a lable.
Example:
<Switch
checked={this.state.checked}
onChange={this.handleChangeRadio}
onstyle="success"
onlabel=" "
offlabel=" "
offstyle="light"
size="xs"
>
<img src={require("../assets/link.png")} />
</Switch>;
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request