Composable Component

SuggestionChip

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

SuggestionChip social preview

SuggestionChipSample

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