{
  "name": "image-carousel-basic-ex-03",
  "type": "registry:example",
  "dependencies": [
    "lucide-react"
  ],
  "registryDependencies": [
    "https://ui.stackzero.co/r/image-carousel-basic.json"
  ],
  "files": [
    {
      "type": "registry:example",
      "content": "import ImageCarouselBasic, {\n  CarouselImages,\n} from \"@/components/commerce-ui/image-carousel-basic\";\n\nconst images: CarouselImages = [\n  {\n    title: \"Headphone 1\",\n    url: \"https://raw.githubusercontent.com/stackzero-labs/ui/refs/heads/main/public/placeholders/headphone-1.jpg\",\n  },\n  {\n    title: \"Headphone 2\",\n    url: \"https://raw.githubusercontent.com/stackzero-labs/ui/refs/heads/main/public/placeholders/headphone-2.jpg\",\n  },\n  {\n    title: \"Headphone 3\",\n    url: \"https://raw.githubusercontent.com/stackzero-labs/ui/refs/heads/main/public/placeholders/headphone-3.jpg\",\n  },\n];\n\nexport default function ImageCarousel_Basic_Ex_03() {\n  return (\n    <ImageCarouselBasic images={images} imageFit=\"contain\" showThumbs={false} />\n  );\n}\n",
      "path": "/components/commerce-ui/components/image-carousel/basic/image-carousel-basic-ex-03.tsx",
      "target": "components/commerce-ui/image-carousel-basic-ex-03.tsx"
    }
  ]
}