{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "textarea", "type": "registry:ui", "title": "Textarea", "description": "A textarea component.", "files": [ { "path": "registry/niv/ui/textarea.tsx", "content": "import { cn } from '@/lib/classnames';\nimport type { ComponentProps } from 'react';\n\nfunction Textarea({ className, ...props }: ComponentProps<'textarea'>) {\n return (\n \n );\n}\n\nexport { Textarea };\n", "type": "registry:ui" } ] }