SuggestionChip
Renders a Material 3 suggestion chip displaying text as its label, with an optional leading icon. variant picks the visual style — default (outlined) or elevated. The chip is stateless (no selected state) and icon is decorative only. Dispatches onClick when tapped.
Parameters
Unique identifier of the tile. Defaults to a random id.
Events owned by this tile, wired to its triggers (e.g. onClick).
Layout/appearance modifiers (size, padding, background, etc). Defaults to wrapping its content.
Whether the tile is shown, hidden but occupies space, or removed from layout. Defaults to visible.
Terms used by an ancestor's search/filter to decide whether this tile matches. Defaults to none.
Label displayed on the chip.
Optional decorative icon rendered before the text. Defaults to none.
Whether the chip is interactive. Defaults to true.
Visual style of the chip — defaultSuggestionChip (outlined) or elevatedSuggestionChip. Defaults to default.