A textarea component for long text input with support for labels, states, and validation messages.
Textarea
is an input for long text. If you need to use it as part of a form (with useForm
), prefer TextareaField
instead.
Basic textarea usage
Textarea with different resize options
Textarea with label and info
Textarea with validation states
Disabled textarea
Textarea with custom label
Styling Note: If you are looking to add space between elements, use the Stack
component instead of applying a margin to the Textarea.