Forms

Textarea

No consumers

A multi-line text field for descriptions, snippets and free-form copy.

Importimport { Textarea } from "@/components/ui/Textarea";
Sourcesrc/components/ui/Textarea

A plain multi-line field — it takes every native textarea attribute and adds nothing but styling. Set rows to hint at how much text you expect.

Default

States

Props

Textarea

PropTypeDefaultDescription
…TextareaHTMLAttributesTextareaHTMLAttributes<HTMLTextAreaElement>Every native textarea attribute. No component-specific props.