{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "p-textarea-14",
  "description": "Textarea with button aligned right",
  "registryDependencies": [
    "@coss/button",
    "@coss/textarea"
  ],
  "files": [
    {
      "path": "registry/default/particles/p-textarea-14.tsx",
      "content": "import { Button } from \"@/registry/default/ui/button\";\nimport { Textarea } from \"@/registry/default/ui/textarea\";\n\nexport default function Particle() {\n  return (\n    <div className=\"flex flex-col gap-2\">\n      <Textarea placeholder=\"Type your message here\" />\n      <Button className=\"self-end\">Send</Button>\n    </div>\n  );\n}\n",
      "type": "registry:block"
    }
  ],
  "meta": {
    "className": "**:data-[slot=preview]:w-full **:data-[slot=preview]:max-w-64"
  },
  "categories": [
    "button",
    "textarea"
  ],
  "type": "registry:block"
}