{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "textarea-05",
  "title": "Textarea with Rows",
  "description": "A textarea component with custom rows",
  "registryDependencies": [
    "textarea"
  ],
  "files": [
    {
      "path": "src/components/customized/textarea/textarea-05.tsx",
      "content": "import { Textarea } from \"@/registry/ui/textarea\";\n\nexport default function TextareaRowsDemo() {\n  return <Textarea placeholder=\"Type your message here.\" rows={8} />;\n}\n",
      "type": "registry:component"
    }
  ],
  "type": "registry:component"
}