Composable Component

ElevatedSuggestionChip

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

ElevatedSuggestionChip social preview

ElevatedSuggestionChipSample

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