Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
sealed interface PriceCompactType

PriceCompactType represents the different types of the PriceCompact.

Functions

Link copied to clipboard
fun PriceCompact(price: String, type: PriceCompactType, modifier: Modifier = Modifier, alignment: PriceAlignment = PriceAlignment.LEFT, prefix: String? = null, footerContent: @Composable ColumnScope.() -> Unit? = null)

A Compact version of the lidl.brand.ods.core.price.Price component supporting similar types.