The Textarea component allows you to easily create multi-line text inputs.
Value:
You can add resize
prop to change the Textarea resize behavior.
The Textarea composes the Input component
Name | Type | Default | Description |
---|---|---|---|
resize | string | vertical | Textarea resize behavior, can be vertical , horizontal or none |