Package-level declarations

Functions

Link copied to clipboard
fun PricePvOnPv(pvOnPvPrice: String, pvOnPvDiscountPercentage: String, price: String, lidlPlusPrice: PriceType.LidlPlus, size: PriceSize, modifier: Modifier = Modifier, prefix: String? = null, pvOnPvFooterContent: @Composable ColumnScope.() -> Unit? = null, footerContent: @Composable ColumnScope.() -> Unit? = null)

A PriceType.LidlPlus price that shows the comparison to a discount price.

Link copied to clipboard
fun PvOnPvDoubleCurrency(strokePrice: String, discountedPrice: String, modifier: Modifier = Modifier)

PvOnPvDoubleCurrency can be used in the pv-on-pv price footer when there is an alternate currency.

Link copied to clipboard
fun PvOnPvFooterText(text: String, modifier: Modifier = Modifier)

PvOnPvFooterText can be used for any kind of normal text in the pv-on-pv price footer.