History strip card showing four recently viewed products as square thumbnails with their prices on a compact grid.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Commerce19 } from "@/components/beste/piece/commerce19";
<Commerce19
items={[
{
"image": "https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=200&auto=format&fit=crop",
"name": "Air Max 90",
"price": "$129"
},
{
"image": "https://images.unsplash.com/photo-1523275335684-37898b6baf30?w=200&auto=format&fit=crop",
"name": "Diver Watch",
"price": "$420"
},
{
"image": "https://images.unsplash.com/photo-1553062407-98eeb64c6a62?w=200&auto=format&fit=crop",
"name": "Leather Pack",
"price": "$340"
},
{
"image": "https://images.unsplash.com/photo-1505740420928-5e560c06d30e?w=200&auto=format&fit=crop",
"name": "Studio HP",
"price": "$299"
}
]}
/>