DiscountBadge

Domain

Formats and displays a discount: percentage (e.g. "20% off"), fixed amount with currency, or free shipping.

All types

Preview
20% off₺50 offFree shipping
Code
<DiscountBadge discountType="PERCENTAGE" discountValue={20} />
<DiscountBadge discountType="FIXED" discountValue={50} currency="TRY" />
<DiscountBadge discountType="FREE_SHIPPING" discountValue={0} />

Sizes

Preview
10% off10% off10% off
Code
<DiscountBadge discountType="PERCENTAGE" discountValue={10} size="sm" />
<DiscountBadge discountType="PERCENTAGE" discountValue={10} size="md" />
<DiscountBadge discountType="PERCENTAGE" discountValue={10} size="lg" />
Sourcemodules/domains/common/discount/DiscountBadge.tsx