@aelig/product-gallery

Product Gallery

Add

pnpm dlx shadcn@latest add @aelig/product-gallery

Renders a responsive product gallery with product images, descriptions, and links.

Preview

Product gallery

Commerce preview
AELIG Kit

Reusable commerce preview.

Feature preview
Section Pack

Installable section package.

Usage

import { ProductsGallery } from "@/components/blocks/product-gallery"

export function Section() {
  return <ProductsGallery {...sectionProps} />
}