{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "textarea-with-label",
  "registryDependencies": [
    "https://taki-ui.com/r/textarea.json",
    "https://taki-ui.com/r/label.json"
  ],
  "files": [
    {
      "path": "registry/new-york/examples/textarea-with-label.tsx",
      "content": "import { Label } from \"@/registry/new-york/ui/label\"\nimport { Textarea } from \"@/registry/new-york/ui/textarea\"\n\nexport default function TextareaWithLabel() {\n  return (\n    <div className=\"grid w-full gap-3\">\n      <Label htmlFor=\"message\">Your message</Label>\n      <Textarea placeholder=\"Type your message here.\" id=\"message\" />\n    </div>\n  )\n}\n",
      "type": "registry:example"
    }
  ],
  "type": "registry:example"
}