DiscountBadge
DomainFormats and displays a discount: percentage (e.g. "20% off"), fixed amount with currency, or free shipping.
20% off₺50 offFree shipping
<DiscountBadge discountType="PERCENTAGE" discountValue={20} />
<DiscountBadge discountType="FIXED" discountValue={50} currency="TRY" />
<DiscountBadge discountType="FREE_SHIPPING" discountValue={0} />10% off10% off10% off
<DiscountBadge discountType="PERCENTAGE" discountValue={10} size="sm" />
<DiscountBadge discountType="PERCENTAGE" discountValue={10} size="md" />
<DiscountBadge discountType="PERCENTAGE" discountValue={10} size="lg" />