CreateAccountChip

fun CreateAccountChip(onClick: () -> Unit, modifier: Modifier = Modifier, label: String = stringResource(id = R.string.horologist_create_account_chip_label), largeIconSpace: Boolean = false, colors: ChipColors = ChipDefaults.primaryChipColors(), enabled: Boolean = true)

An opinionated Chip to represent the "Create account" action.