Table of Contents#
Textarea Props#
| Prop | Type | Default | Description |
|---|---|---|---|
| label | string | - | Label text displayed above the textarea. |
| error | string | - | Error message displayed below the textarea. |
| className | string | '' | Additional CSS class for the textarea element. |
| labelClassName | string | '' | Additional CSS class for the label element. |
| wrapperClassName | string | '' | Additional CSS class for the textarea wrapper container. |
| errorClassName | string | '' | Additional CSS class for the error message element. |
| ...rest | React.TextareaHTMLAttributes<HTMLTextAreaElement> | - | Any other native textarea attributes such as placeholder, rows, etc. |