Textarea
The Textarea component is used to get multi-line user input.
Installation
Usage
Variants
Textarea with Label
Textarea with Error Message
Disabled Input
Props
| Name | Type | Default | Description | 
|---|---|---|---|
| className | string | "" | Additional class names for the container. | 
| label | string | undefined | Label for the textarea element. | 
| error | string | "" | Error message to display below the textarea. | 

