Color picker row with circular palette swatches, a ringed check on the selected color, and a diagonal line over sold-out options.
New here? Read the installation guide.
import { Commerce2 } from "@/components/beste/piece/commerce2";
<Commerce2
title="Color"
selected="Tan"
swatches={[
{
"color": "black",
"label": "Black"
},
{
"color": "white",
"label": "Ivory"
},
{
"color": "tan",
"label": "Tan"
},
{
"color": "navy",
"label": "Navy"
},
{
"color": "olive",
"label": "Olive",
"soldOut": true
},
{
"color": "burgundy",
"label": "Burgundy"
}
]}
/>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.
Six-slot size grid with a tone-filled selected cell and a diagonal line over sold-out sizes, plus an optional size guide link.
Two-column comparison with product photos, names, prices, an emerald Pick badge on the recommended one, and attribute rows with text or check/X cells.
Vertical shipment status with check, spinning, and pending dots connected by a tone-colored line, each row showing label and timestamp.
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.