Six-slot size grid with a tone-filled selected cell and a diagonal line over sold-out sizes, plus an optional size guide link.
New here? Read the installation guide.
import { Commerce3 } from "@/components/beste/piece/commerce3";
<Commerce3
title="Size"
selected="M"
sizeGuideLabel="Size guide"
sizes={[
{
"label": "XS"
},
{
"label": "S",
"soldOut": true
},
{
"label": "M"
},
{
"label": "L"
},
{
"label": "XL"
},
{
"label": "XXL",
"soldOut": true
}
]}
tone="foreground"
/>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.
Amount selector for a gift card with a gift icon header, four preset value chips where the selected one fills with tone, and a custom amount row.
Color picker row with circular palette swatches, a ringed check on the selected color, and a diagonal line over sold-out options.
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.