Textarea
View in FigmaA multi-line text field for longer content like descriptions, comments, and messages.
FormsImport
import { Textarea } from "@/components/ui"API
| Prop | Type | Default | Description |
|---|---|---|---|
| label | string | — | Label text displayed above the textarea. |
| helperText | string | — | Hint text displayed below. |
| error | string | — | Error message that replaces helper text. |