Order math card with subtotal, shipping, tax, and an emerald discount line, separated from a bold final total below.
The import and the props worth knowing about, in one place.
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.
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.
Shipping threshold card with a truck icon, an amount-to-go message that flips emerald on qualifying, and a tone progress fill toward the goal.