Textarea
A wrapper component arround native HTML textarea. Captures multi-line user input.
View source
<script lang="ts">
import { Textarea } from 'svxui';
</script>
<Textarea />
API Reference
Property | Type | Default | Description |
---|---|---|---|
color | string | number | symbol | "neutral" | Textarea color |
elementRef $bindable | HTMLTextAreaElement | Rendered DOM element | |
fullWidth | boolean | false | Textarea full width |
radius | union | Textarea radius | |
resizable | boolean | false | Textarea resizable |
size | union | "2" | Textarea size |