Since 1.0.0BETA

Input

Lightweight inputs and search states

This page was migrated by AI, please review carefully

Migration is complete, but please validate against source code and manual review.

Input

Input fields capture user input with multiple types and states, paired with smooth animations and modern styling.
Status: Beta

Basic Usage

Basic Input

The most common text input usage.

Demo loads on client.

Input Types

Supported: text / password / textarea.

Input Types

Text, password, and textarea.

Demo loads on client.

Readonly / Disabled

Readonly / Disabled

Readonly and disabled states.

Demo loads on client.

Clearable

Clearable

One-click clear for content.

Demo loads on client.

Prefix / Suffix Slots

Prefix / Suffix

Icons help reinforce context.

Demo loads on client.

API

Props

PropertyTypeDefaultDescription
modelValue / v-modelBound value
placeholderPlaceholder text
typetextpasswordtextareaInput type
disabledDisabled state
readonlyReadonly state
clearableClearable content
rowsTextarea rows (only textarea)
Was this helpful?