Components
Textarea
A multi-line text input field for longer content.
Demo
Code
Installation
Usage
Basic Usage
With Label
With Error
Custom Rows
Disabled State
Character Count
API Reference
Textarea
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | — | Input label |
error | string | — | Error message |
rows | number | 4 | Number of visible lines |
containerClassName | string | — | Classes for container |
className | string | — | Classes for textarea |