Pricing card with the sale price in rose, the original price struck through, a percent-off badge, and a countdown to sale end.
The import and the props worth knowing about, in one place.
import { Commerce5 } from "@/components/beste/piece/commerce5";
<Commerce5
name="Cashmere Crewneck"
sale="$189"
original="$260"
offPercent={27}
endsIn="Sale ends in 2d 4h"
/>Product card whose stock bar shrinks a few units at a time as the Only N left badge warms from neutral to amber to rose, sells out, then restocks.
Coupon entry with a tag-prefixed code field, an Apply button, and an emerald confirmation row showing the discount and amount saved.
Dashed-border receipt with the store name and order id, three monospaced quantity-name-price rows, a subtotal, and a bold final total with payment method.
Order math card with subtotal, shipping, tax, and an emerald discount line, separated from a bold final total below.