Skip to content

Input โ€‹

A single-line text input with sizes, color and visual variants, validation states, prefix/suffix slots and a clearable button. Toggle Vue / CSS to switch the live demo and source together.

Basic โ€‹

Default text input with label, placeholder and helper text.

Vue SFC

Types โ€‹

text, email, password, number, tel, url, date, time and search.

Vue SFC

Sizes โ€‹

Small, medium and large.

Vue SFC

Variants โ€‹

outlined, filled and underlined.

Vue SFC

Colors โ€‹

All built-in color variants.

Vue SFC

States โ€‹

Disabled, readonly and required.

Vue SFC

Validation โ€‹

valid, invalid and warning states with messages.

Vue SFC

Prefix & suffix โ€‹

Icon or text on either side of the native input.

Vue SFC

Clearable โ€‹

Clear button shown when the value is non-empty.

Vue SFC

Event log โ€‹

Live log of mno-input, mno-change and mno-clear events.

Vue SFC

Customized โ€‹

Override per-element styling with the cssClass prop (Vue) or extra utility classes (CSS).

Vue SFC