Appearance
Icon Buttons
Overview
Icon buttons
provide compact actions with an icon representation. These buttons are available in multiple styles to fit various use cases.
Icon Button Components
The library provides the following icon components
:
StandardIconButton
FilledIconButton
OutlinedIconButton
TonalIconButton
Properties
name | description | type | default |
---|---|---|---|
Icon | Required. Icon to display. | React.FC | - |
size | Icon size in pixels. | number | 40 |
selectedIcon | Icon to display when selected. | React.FC | - |
selected | Whether the button is selected. | boolean | false |
iconProps | Additional props for the icon. | T | - |