Textarea
Displays a form textarea or a component that looks like a textarea.
Installation
pnpm dlx shadcn@latest add https://8bit.cnlibs.com/r/textarea.jsonUsage
import { Textarea } from "@/components/ui/textarea";<Textarea
className="w-full max-w-md"
placeholder="Type your message here."
/>