{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "input", "type": "registry:ui", "title": "Input", "description": "Clean text input with focus ring.", "dependencies": [], "registryDependencies": [], "files": [ { "path": "registry/starkui/input.tsx", "content": "import * as React from \"react\";\nimport { cn } from \"@/lib/utils\";\n\nexport function Input({\n className,\n type = \"text\",\n ...props\n}: React.InputHTMLAttributes) {\n return (\n \n );\n}\n", "type": "registry:ui", "target": "components/ui/input.tsx" } ] }