{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "p-textarea-2",
  "description": "Small textarea",
  "registryDependencies": [
    "@coss/textarea"
  ],
  "files": [
    {
      "path": "registry/default/particles/p-textarea-2.tsx",
      "content": "import { Textarea } from \"@/registry/default/ui/textarea\";\n\nexport default function Particle() {\n  return <Textarea placeholder=\"Type your message here\" size=\"sm\" />;\n}\n",
      "type": "registry:block"
    }
  ],
  "meta": {
    "className": "**:data-[slot=preview]:w-full **:data-[slot=preview]:max-w-64"
  },
  "categories": [
    "textarea"
  ],
  "type": "registry:block"
}