ElevatedSuggestionChip

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

ElevatedSuggestionChip preview
RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

ElevatedSuggestionChipSample

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