Shipping option picker with tone-bordered selection, a radio bullet, method icon, ETA line, and emerald price for free shipping.
New here? Read the installation guide.
import { Commerce14 } from "@/components/beste/piece/commerce14";
<Commerce14
selected="Standard"
methods={[
{
"label": "Standard",
"eta": "3–5 business days",
"price": "Free",
"icon": "truck"
},
{
"label": "Express",
"eta": "1–2 business days",
"price": "$9.99",
"icon": "plane"
},
{
"label": "Same-day",
"eta": "By 9pm today",
"price": "$19.99",
"icon": "bolt"
}
]}
tone="foreground"
/>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.
Frequently-bought-together row with product thumbnails joined by plus icons, a bundle total with a Save emerald chip, and a tone Add-items CTA.
Order math card with subtotal, shipping, tax, and an emerald discount line, separated from a bold final total below.
Post-purchase card with an emerald check, order id, total price, a package-arrival line, and the receipt email destination.