Input⌨️

Get the information you want to transfer through the input box

Code demonstration

import { UInput } from 'ungeui';

Bidirectional binding🤝

Different sizes🔥

Password box🙈

Icon slot🙌

Textarea📋️

Custom rows/cols🥨

Disable🚫

Props

Parameterdescriptiontypedefault value
sizeinput box size'small' | 'medium' | 'large''medium'
typeinput box type'text' | 'textarea' | 'password' 'text'
rowsrowsnumber4
colscolsnumber4
disableddisablebooleanfalse

Slots

Parameterdescriptiontypedefault value
prefixprefixstringundefined
suffixsuffixstringundefined

Last Updated: