{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "input", "title": "Input", "description": "A semantic text input with visible focus and invalid states.", "registryDependencies": [ "@manner/utils", "@manner/manner-theme" ], "files": [ { "path": "registry/manner/ui/input.tsx", "content": "import * as React from \"react\"\n\nimport { cn } from \"@/lib/cn\"\n\nfunction Input({ className, type, ...props }: React.ComponentProps<\"input\">) {\n return (\n \n )\n}\n\nexport { Input }\n", "type": "registry:ui" } ], "type": "registry:ui" }