🌈 Create new beautiful Compose Gradients with our new wesite ->
Compose Component

ElevatedSuggestionChip

Material Design elevated suggestion chip Chips help people enter information, make selections, filter content, or trigger actions.

ElevatedSuggestionChip social preview

ElevatedSuggestionChipSample

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

Content updated: