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.
@Preview
@Composable
fun SuggestionChipSample() {
SuggestionChip(onClick = { /* Do something! */ }, label = { Text("Suggestion Chip") })
}