PlaceholderChip

fun PlaceholderChip(modifier: Modifier = Modifier, onClick: () -> Unit = {}, colors: ChipColors = ChipDefaults.primaryChipColors(), enabled: Boolean = false, contentDescription: String = stringResource(id = R.string.horologist_placeholderchip_content_description))

A placeholder chip to be displayed while the contents of the Chip is being loaded.