{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "shutter-curved-thick-industrial", "title": "Curved thick-slat shutter (Industrial)", "description": "3D curvature with thick slats. Color: Industrial.", "dependencies": [ "lucide-react", "framer-motion" ], "registryDependencies": [ "@chumy/shutter" ], "files": [ { "path": "registry/default/shutter-curved-thick-industrial/shutter-curved-thick-industrial.tsx", "content": "\"use client\";\n\nimport type { ComponentProps } from \"react\";\n\nimport { Shutter } from \"@/components/shutter\";\n\n/** 3D curvature with thick slats. Color: Industrial. */\nexport function ShutterCurvedThickIndustrial(props: ComponentProps) {\n return (\n \n );\n}\n", "type": "registry:component" } ], "categories": [ "shutter" ], "type": "registry:component" }