Sajari UI

TextArea

The TextArea component allows you to easily create multi-line text inputs.

Import

Usage

Editable Example

Controlled TextArea

Editable Example

Value:

Resize behavior

You can add resize prop to change the TextArea resize behavior.

Editable Example

Disabled Textarea

Editable Example

Invalid Textarea

Editable Example

Props

The TextArea composes the Input component

NameTypeDefaultDescription
resizestringverticalTextarea resize behavior, can be vertical, horizontal or none