IconButton Component Playground
Interactive playground to test all IconButton props and variants
Props
Text displayed on the button
Icon Selection
Icon Visibility
Toggle icon visibility. When unchecked, icons are hidden.
Preview
<IconButton variant="primary" color="primary" size="large" fullWidth={false} iconOnly={false} isLoading={false} disabled={false} showLeadingIcon={false} showTrailingIcon={false}>{"Button"}</IconButton>{
"variant": "primary",
"color": "primary",
"size": "large",
"fullWidth": false,
"iconOnly": false,
"isLoading": false,
"disabled": false,
"showLeadingIcon": false,
"showTrailingIcon": false,
"children": "Button"
}