TextArea
Multi-line text input component.
Preview
Usage
Component API
TextArea
Variants
Labels
Use labels to provide clear titles for your text areas. Supports required indicator.
Labels
Resize Behavior
Control how the text area can be resized by the user.
Resize Behavior
Character Count
Character counting is optional. It only appears if maxLength is defined. You can also hide it while keeping the limit by setting showCount={false}.
Character Count
Rows
Set the initial height by defining the number of rows.
Rows
States
Visual feedback for errors and disabled state.
States
Width & Full Width
TextArea is full-width by default. You can set a fixed width or set fullWidth to false (auto width).
Width & Full Width