Package-level declarations

The Price Component.

Types

Link copied to clipboard

Enum representing the size of the Price. It affects the size of the price itself, and text inside the pointerbox.

Link copied to clipboard
sealed interface PriceType

PriceType represents the different types of the Price.

Functions

Link copied to clipboard
fun Price(price: String, type: PriceType, size: PriceSize, modifier: Modifier = Modifier, prefix: String? = null, footerContent: @Composable ColumnScope.() -> Unit? = null)

Localization is handled via the LocalLocaleList CompositionLocal.