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
| Parameter | description | type | default value |
|---|
| size | input box size | 'small' | 'medium' | 'large' | 'medium' |
| type | input box type | 'text' | 'textarea' | 'password' | 'text' |
| rows | rows | number | 4 |
| cols | cols | number | 4 |
| disabled | disable | boolean | false |
Slots
| Parameter | description | type | default value |
|---|
| prefix | prefix | string | undefined |
| suffix | suffix | string | undefined |