{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "textarea-02",
  "title": "Textarea with Background Color",
  "description": "A textarea component with background color",
  "registryDependencies": [
    "textarea"
  ],
  "files": [
    {
      "path": "src/components/customized/textarea/textarea-02.tsx",
      "content": "import { Textarea } from \"@/registry/ui/textarea\";\n\nexport default function TextareaWithBackgroundColorDemo() {\n  return (\n    <Textarea\n      className=\"bg-muted shadow-none\"\n      placeholder=\"Type your message here.\"\n    />\n  );\n}\n",
      "type": "registry:component"
    }
  ],
  "type": "registry:component"
}