OudsSmallCardItem

fun OudsSmallCardItem(label: String, modifier: Modifier = Modifier, contentAlignment: OudsListItemContentAlignment = OudsListItemDefaults.ContentAlignment, decoration: OudsListItemDecoration = OudsCardItemDefaults.Decoration, description: String? = null, leading: OudsSmallCardItemLeading? = null, trailing: OudsSmallCardItemTrailing? = null, helperText: String? = null, boldLabel: Boolean = false, enabled: Boolean = true)

TODO Static Small Card Item


fun OudsSmallCardItem(label: String, modifier: Modifier = Modifier, onClick: () -> Unit, indicator: OudsListItemIndicator = OudsListItemDefaults.Indicator, contentAlignment: OudsListItemContentAlignment = OudsListItemDefaults.ContentAlignment, decoration: OudsListItemDecoration = OudsCardItemDefaults.Decoration, description: String? = null, leading: OudsSmallCardItemLeading? = null, trailing: OudsSmallCardItemTrailing? = null, helperText: String? = null, boldLabel: Boolean = false, enabled: Boolean = true, interactionSource: MutableInteractionSource? = null)

TODO Navigation Small Card Item