v0.0.14
components

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.

PropertyTypeDefaultDescription
ref $bindable
HTMLTextAreaElement
Reference to the rendered DOM element.
color
union
Textarea color
size
union
"2"Textarea size
radius
union
Textarea radius
fullWidth
boolean
falseTextarea full width
resizable
boolean
falseTextarea resizable

Examples

Colors

Fullwidth

Resizable

Sizes