Components/TextArea

TextArea

Multi-line input with resize control and character count.

Installation

Examples

With character count

Live count displayed below the textarea.

0 / 200

States

Disabled, invalid, and read-only.

API Reference

PropTypeDefaultDescription
rowsnumber3Initial number of visible rows.
resize'none'|'y'|'x'|'both''none'Resize behaviour.
maxLengthnumberCharacter limit.
showCountbooleanfalseShow current/max character count.
invalidbooleanfalseError state styling.