{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "input", "type": "registry:ui", "dependencies": [], "files": [ { "path": "components/ui/input.tsx", "content": "import * as React from \"react\"\r\n\r\nimport { cn } from \"@/lib/utils\"\r\n\r\nfunction Input({ className, type, ...props }: React.ComponentProps<\"input\">) {\r\n return (\r\n \r\n )\r\n}\r\n\r\nexport { Input }\r\n", "type": "registry:ui", "target": "components/ui/input.tsx" } ] }