Input
Basic input
Value: ""
Sizes
States
Prefix / Suffix icons
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| modelValue | string | '' | v-model value |
| placeholder | string | '' | Placeholder text |
| disabled | boolean | false | Disabled state |
| readonly | boolean | false | Read-only state |
| invalid | boolean | false | Error state |
| size | small | medium | large | medium | Input size |
Slots
| Slot | Description |
|---|---|
| contentBefore | Icon before input |
| contentAfter | Icon after input |