interface PriceTextProps {
    alignLeft?: boolean;
    ariaHidden?: boolean;
    disabled?: boolean;
    isCaption?: boolean;
    priceType?: "standard" | "secondary" | "lowPrice";
    text: string;
}

Properties

alignLeft?: boolean

Prices texts are usually right aligned, but it's possible to left align

ariaHidden?: boolean

If visible price text should be hidden from screen readers

disabled?: boolean

If true, the component is disabled.

isCaption?: boolean
priceType?: "standard" | "secondary" | "lowPrice"

Defines the color for the price.

text: string

Text

MMNEPVFCICPMFPCPTTAAATR