Textarea
InputsA multi-line text input.
Preview
Usage
<Textarea label="Message" bind:value={message} />Props
| Name | Type | Default | Description |
|---|---|---|---|
| value | string | '' | The text value. |
| label | string | '' | Label text. |
A multi-line text input.
<Textarea label="Message" bind:value={message} />| Name | Type | Default | Description |
|---|---|---|---|
| value | string | '' | The text value. |
| label | string | '' | Label text. |