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.

Replay preview

With Field

Wrap in Field to add label + description.

Replay preview

A short summary about you. Max 280 characters.

Field with hint

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

Replay preview

Brief description for your profile. 200 characters left.

Invalid

Error state with aria-invalid and a FieldError message.

Replay preview

With button

Message composer with a submit button below.

Replay preview

Disabled

Disable input.

Replay preview

API Reference

Textarea

PropTypeDefaultDescription
modelValuestringValue. Supports v-model.
rowsnumberStarting visible rows.
placeholderstringPlaceholder text.
disabledbooleanfalseDisable input.
EventDescription
update:modelValueFires on input. Enables v-model.