April 11, 2026beginnerCommerceNovatrex
Product Card Grid
3-column product grid with square image cards and a bottom info strip showing title and price. Collapses to 2 columns on mobile. Ready to wire to Shopify Storefront API or any product collection endpoint.
Preview
Source
import ProductCardGrid from "./index.jsx";
import { productCardGrid } from "../demo-data.js";
export default function ProductCardGridDemo() {
return <ProductCardGrid {...productCardGrid} />;
}