Components/Textarea
Textarea
Multi-line text input with controlled resize behaviour and an optional error state.
Installation
npx ajaxui add textareaWith label and error state
Bio must be at least 20 characters.
Resize options
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| error | boolean | false | Marks the field as invalid. |
| resize | "none" | "vertical" | "horizontal" | "both" | "vertical" | Controls user-resize behaviour. |