TagChip

fun TagChip(text: String, modifier: Modifier = Modifier, selected: Boolean = false, onClick: () -> Unit? = null)

Small pill / tag chip.