{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "input", "files": [ { "path": "registry/radix-luma/ui/input.tsx", "content": "import * as React from \"react\"\n\nimport { cn } from \"@/registry/radix-luma/lib/utils\"\n\nfunction Input({ className, type, ...props }: React.ComponentProps<\"input\">) {\n return (\n \n )\n}\n\nexport { Input }\n", "type": "registry:ui" } ], "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/input", "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/input-example.tsx" } }, "type": "registry:ui" }