{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "input", "title": "Input", "description": "ContentGrid copy of the shadcn/ui Input primitive.", "files": [ { "path": "src/primitives/input.tsx", "content": "import * as React from \"react\";\nimport { cn } from \"../lib/utils\";\n\nfunction Input({ className, type, ...props }: React.ComponentProps<\"input\">) {\n return (\n \n );\n}\n\nexport { Input };\n", "type": "registry:ui" } ], "type": "registry:ui" }