← ComponentsTextarea
stableMulti-line text field. Inherits all native textarea props.
shell
pnpm dlx shadcn@latest add @webzenia/textarea
statesdefaultfocus (ring)disabled
props…HTMLTextareaPropsTextareaHTMLAttributes
All native textarea attributes pass through. accessibility·Pair with a label; set rows for a sensible default height.
usagetsx
import { Textarea } from "@/components/ui/textarea"
<Textarea rows={4} placeholder="Message" />