import { Textarea } from "@/registry/ui/textarea";
export default function TextareaWithBackgroundColorDemo() {
return (
<Textarea
placeholder="Type your message here."
className="bg-muted shadow-none"
/>
);
}
npx shadcn@latest add @shadcnui-blocks/textarea-02import { Textarea02 } from "@/components/textarea-02"<Textarea02 />