{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "p-textarea-9",
  "description": "Textarea with custom border and background",
  "registryDependencies": [
    "@coss/textarea"
  ],
  "files": [
    {
      "path": "registry/default/particles/p-textarea-9.tsx",
      "content": "import { Textarea } from \"@/registry/default/ui/textarea\";\n\nexport default function Particle() {\n  return (\n    <Textarea\n      aria-label=\"Message\"\n      className=\"border-transparent bg-muted shadow-none before:hidden\"\n      placeholder=\"Type your message here\"\n    />\n  );\n}\n",
      "type": "registry:block"
    }
  ],
  "meta": {
    "className": "**:data-[slot=preview]:w-full **:data-[slot=preview]:max-w-64"
  },
  "categories": [
    "textarea"
  ],
  "type": "registry:block"
}