SuggestionChipSample
@Preview
@Composable
fun SuggestionChipSample() {
SuggestionChip(onClick = { /* Do something! */ }, label = { Text("Suggestion Chip") })
}Chips help people enter information, make selections, filter content, or trigger actions.

Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
@Preview
@Composable
fun SuggestionChipSample() {
SuggestionChip(onClick = { /* Do something! */ }, label = { Text("Suggestion Chip") })
}Last updated: