Product Image Gallery

Gallery with thumbnail rail and lightbox-style image expansion.

1 / 3

Installation

npx shadcn@latest add @gameone/product-image-gallery

Registry dependencies: gameone-utils, fontawesome-kit, button

Usage

Import
import { ProductImageGallery } from "@/components/ui/product-image-gallery"
Example
<ProductImageGallery
  images={["/image1.jpg", "/image2.jpg"]}
  productName="Product Name"
/>