Textarea
A wrapper component around native HTML textarea. Captures multi-line user input.
API Reference
TextareaProps
Extends all the standard HTML attributes of the `<textarea>` element.
| Property | Type | Default | Description |
|---|---|---|---|
ref $bindable | HTMLTextAreaElement | Reference to the rendered DOM element. | |
color | union | Textarea color | |
size | union | "2" | Textarea size |
radius | union | Textarea radius | |
fullWidth | boolean | false | Textarea full width |
resizable | boolean | false | Textarea resizable |