{
  "$schema": "https://ui.shadcn.com/schema/registry.json",
  "name": "carouselcn",
  "homepage": "https://carouselcn.marcellonovelli.com",
  "items": [
    {
      "name": "carousel",
      "type": "registry:ui",
      "title": "Carousel",
      "description": "A lightweight carousel component with CSS transitions.",
      "dependencies": ["lucide-react"],
      "files": [
        {
          "path": "registry/components/ui/carousel.tsx",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "carousel-motion",
      "type": "registry:ui",
      "title": "Carousel Motion",
      "description": "A carousel component with smooth spring-based animations powered by Motion.",
      "dependencies": ["lucide-react", "motion"],
      "files": [
        {
          "path": "registry/components/ui/carousel-motion.tsx",
          "type": "registry:ui"
        }
      ]
    }
  ]
}
