Textarea
A multi-line text input with optional label, hint, and error messaging.
Installation
npx dafink-ui add textareaDemo
Max 500 characters.
Props
| Name | Type | Default | Description |
|---|---|---|---|
| label | string | - | Visible label rendered above the textarea. |
| placeholder | string | - | Placeholder text shown when the textarea is empty. |
| hint | string | - | Helper text rendered below the textarea when there is no error. |
| error | string | - | Error message; switches the textarea to error state. |
| disabled | boolean | false | Disables the textarea. |
| className | string | "" | Additional classes merged onto the textarea element. |