Skip to Content

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

PropTypeDefaultDescription
classNamestring-Additional CSS classes.
colorThemeColor-Sets the color of the textarea.
fixedSizebooleanfalseDisables vertical resizing.
focusedbooleanfalseApplies the focused style.
hoveredbooleanfalseApplies the hovered style.
loadingbooleanfalseShows a loading spinner.
rowsnumber-The number of visible text lines.
sizeThemeSize-Sets the size of the textarea.

See also

Last updated on