SuggestionChip

Chips help people enter information, make selections, filter content, or trigger actions.

SuggestionChip preview
RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

SuggestionChipSample

@Preview
@Composable
fun SuggestionChipSample() {
    SuggestionChip(onClick = { /* Do something! */ }, label = { Text("Suggestion Chip") })
}