Package-level declarations
Types
Renders a Material 3 assist chip displaying text as its label, with optional leadingIcon and trailingIcon. variant selects the composable: Variant.DEFAULT → AssistChip (outlined), Variant.ELEVATED → ElevatedAssistChip. enabled is forwarded to the underlying composable.
Renders a Material 3 filter chip with a toggleable selected state, text as its label and optional leadingIcon / trailingIcon. variant selects the composable: Variant.DEFAULT → FilterChip (outlined), Variant.ELEVATED → ElevatedFilterChip. enabled is forwarded to the underlying composable.
Renders a Material 3 InputChip with a toggleable selected state, text as its label and optional leadingIcon / trailingIcon. enabled is forwarded to the underlying composable. This tile has no variants — it always maps to the flat InputChip.
Renders a Material 3 suggestion chip displaying text as its label, with an optional leading icon. variant selects the composable: Variant.DEFAULT → SuggestionChip (outlined), Variant.ELEVATED → ElevatedSuggestionChip. enabled is forwarded to the underlying composable.