Package-level declarations
Types
Functions
Link copied to clipboard
fun Chip(text: String, isChecked: Boolean, onCheckedChange: (Boolean) -> Unit, modifier: Modifier = Modifier, chipVariant: ChipVariant = ChipVariant.Icon(painter = null), chipAction: ChipAction = ChipAction.None, isEnabled: Boolean = true, contentDescription: String? = null, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() })
Chips allow users to enter information, make selections, filter content, or trigger actions.