Package-level declarations

Components for the Price's Footer.

Functions

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

DoubleCurrency can be used in the price footer when there is an alternate currency.

Link copied to clipboard
fun FooterLinkText(linkText: String, modifier: Modifier = Modifier)

FooterLinkText can be used for any kind of normal text in the price footer.

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

FooterText can be used for any kind of normal text in the price footer.