Textarea
The Textarea component allows you to easily create multi-line text inputs.
Import#
Usage#
Editable Example
Controlled Textarea#
Value:
Editable Example
Resize behavior#
You can add resize prop to change the Textarea resize behavior.
Editable Example
Disabled Textarea#
Editable Example
Invalid Textarea#
Editable Example
Props#
The Textarea composes the Input component
| Name | Type | Default | Description |
|---|---|---|---|
| resize | string | vertical | Textarea resize behavior, can be vertical, horizontal or none |