{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "shutter-casement-4-industrial", "title": "4-pane casement shutter (Industrial)", "description": "Casement window with cross mullions. Color: Industrial.", "dependencies": [ "lucide-react", "framer-motion" ], "registryDependencies": [ "@chumy/shutter" ], "files": [ { "path": "registry/default/shutter-casement-4-industrial/shutter-casement-4-industrial.tsx", "content": "\"use client\";\n\nimport type { ComponentProps } from \"react\";\n\nimport { Shutter } from \"@/components/shutter\";\n\n/** Casement window with cross mullions. Color: Industrial. */\nexport function ShutterCasement4Industrial(props: ComponentProps) {\n return (\n \n );\n}\n", "type": "registry:component" } ], "categories": [ "shutter" ], "type": "registry:component" }