@aelig/product-gallery
Product Gallery
Add
pnpm dlx shadcn@latest add @aelig/product-galleryRenders a responsive product gallery with product images, descriptions, and links.
Preview
Product gallery
Usage
import { ProductsGallery } from "@/components/blocks/product-gallery"
export function Section() {
return <ProductsGallery {...sectionProps} />
}