Order math card with subtotal, shipping, tax, and an emerald discount line, separated from a bold final total below.
New here? Read the installation guide.
import { Commerce23 } from "@/components/beste/piece/commerce23";
<Commerce23
rows={[
{
"label": "Subtotal",
"value": "$284.00"
},
{
"label": "Shipping",
"value": "Free",
"muted": true
},
{
"label": "Tax (8.5%)",
"value": "$24.14"
},
{
"label": "Discount · SUMMER20",
"value": "−$56.80",
"emphasis": true
}
]}
total="$251.34"
totalLabel="Total"
/>Post-purchase card with an emerald check, order id, total price, a package-arrival line, and the receipt email destination.
Mini cart-line card with product photo, name, variant, price, a minus/plus quantity stepper, and a tone-filled Add to cart button.
Recurring purchase card with a tone discount badge, a frequency dropdown, next delivery date, emerald per-order savings, and a tone Subscribe CTA.
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.