Input
Examples
Basic
Size
Style
Readonly & Disabled
PlainText
Status
Input Group
API
Props
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| v-model | String, Number | no | ||
| id | String | no | ||
| type | String | 'text' | no | 'text', 'password', 'email', ... |
| placeholder | String | '' | no | |
| helpText | String | '' | no | |
| status | String | '' | no | info, success, warning, danger |
| size | String | '' | no | default, large(lg), small(sm) |
| readonly | Boolean | false | no | |
| disabled | Boolean | false | no | |
| round | Boolean | false | no | |
| plaintext | Boolean | false | no | if append or prepend is active, not work |