Atom
Textarea
A atom component from the MADT registry.
Installation
bash
npx shadcn@latest add @madt/textareaUsage
tsx
import { Textarea } from "@/components/ui/atoms/textarea.tsx";
export default function Example() {
return <Textarea />;
}A atom component from the MADT registry.
npx shadcn@latest add @madt/textareaimport { Textarea } from "@/components/ui/atoms/textarea.tsx";
export default function Example() {
return <Textarea />;
}