Textarea

A multi-line text input field for longer text content.

With Label

Max 200 characters.

Disabled

Installation

Props

Extends all standard HTMLTextAreaElement props.

PropTypeDefaultDescription
placeholder
stringPlaceholder text.
rows
number3Number of visible text lines.
disabled
booleanfalseDisables the textarea.
className
stringAdditional classes.