Toggle Sidebar B
AppearanceLight & dark mode D

Textarea

Multi-line text input. Pair with Field for label + description + error.

Default

Standard textarea bound with v-model.

Dark previewReplay preview

With Field

Wrap in Field to add label + description.

Dark previewReplay preview

A short summary about you. Max 280 characters.

Field with hint

Compose inside Field with a label and a live helper line.

Dark previewReplay preview

Brief description for your profile. 200 characters left.

Invalid

Error state with aria-invalid and a FieldError message.

Dark previewReplay preview

With button

Message composer with a submit button below.

Dark previewReplay preview

Disabled

Disable input.

Dark previewReplay preview

API Reference

Textarea

PropTypeDefaultDescription
modelValuestring—Value. Supports v-model.
rowsnumber—Starting visible rows.
placeholderstring—Placeholder text.
disabledbooleanfalseDisable input.
EventDescription
update:modelValueFires on input. Enables v-model.