Skip to content
Primitives

Textarea

A multi-line text input with auto-resize, character count, and error state.

Preview:
1280px

16/300

Props

PropTypeDefaultDescription
labelstring-Label displayed above the textarea.
valuestring-Controlled textarea value.
onChange(e: ChangeEvent) => void-Change handler (web gets event, native gets string).
rowsnumber3Initial visible row count.
maxLengthnumber-Character limit. Shows count when set.
errorstring-Error message shown below.