Textarea
The Textarea component is a multiline text input.
Playground
Props
Examples
States
Colors
Sizes
Fixed Size
You can disable vertical resizing with the fixedSize prop.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | - | Additional CSS classes. |
color | ThemeColor | - | Sets the color of the textarea. |
fixedSize | boolean | false | Disables vertical resizing. |
focused | boolean | false | Applies the focused style. |
hovered | boolean | false | Applies the hovered style. |
loading | boolean | false | Shows a loading spinner. |
rows | number | - | The number of visible text lines. |
size | ThemeSize | - | Sets the size of the textarea. |
See also
Last updated on