Skip to main content

FilledIconButton

Imports

import {FilledIconButton} from 'material-expressive-react';
import {FilledIconButton} from 'material-expressive-react/icon-button';

Props

PropTypeDefaultRequiredDescription
ariaLabelSelectedstringNo
buttonTypeenumNo
disabledbooleanNo
flipIconInRtlbooleanNo
hrefstringNo
namestringNo
onChange((event: Event) => void)No
onInput((event: InputEvent) => void)No
selectedbooleanNo
softDisabledbooleanNoDisabled but still focusable.
targetenumNo
togglebooleanNo
valuestringNo

Events

  • onChange → DOM event change

Slots

Material Web components frequently use named slots. In React, you can pass slot="..." on children (e.g. <Icon slot="icon" />).

If you need to slot a child component that does not accept a slot prop, use the Slotted utility (see Utilities → Slotted).

Examples

See Storybook for live examples and variants.