PlaceholderButton
fun PlaceholderButton(modifier: Modifier = Modifier, onClick: () -> Unit = {}, placeholderState: PlaceholderState = rememberPlaceholderState(true), secondaryLabel: Boolean = true, icon: Boolean = true, colors: ButtonColors = ButtonDefaults.buttonColors(), enabled: Boolean = false, contentDescription: String = stringResource(id = R.string.horologist_placeholderchip_content_description))
A placeholder button to be displayed while the contents of the Button is being loaded.