Quick View Modal

Product quick-view modal with gallery, options, and add-to-cart action.

Installation

npx shadcn@latest add @gameone/quick-view-modal

Registry dependencies: gameone-utils, fontawesome-kit, button, input, product-badge

Usage

Import
import { QuickViewModal } from "@/components/ui/quick-view-modal"
Example
<QuickViewModal
  open={open}
  onOpenChange={setOpen}
  product={product}
/>