PlaceholderChip
fun PlaceholderChip(modifier: Modifier = Modifier, onClick: () -> Unit = {}, placeholderState: PlaceholderState = rememberActivePlaceholderState { false }, secondaryLabel: Boolean = true, icon: Boolean = true, 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.