Textarea
A multi-line text input with auto-sizing field behavior.
Installation
npx shadcn add textarea --registry https://ui.ch.sh/r
Usage
import { Textarea } from "@/components/ui/textarea"
export default function Example() {
return <Textarea placeholder="Type your message here." />
}