Input (输入框)
文本输入框(v-model),带标签、辅助 / 错误文本与尺寸。
基础用法
Helper text below the field.
Basic.vue
错误与禁用
This field is required.
States.vue
尺寸
Sizes.vue
属性
| 属性 | 类型 | 默认值 | 说明 |
|---|---|---|---|
| autofocus | boolean | false | |
| className | string | "" | |
| color | KunUIColor | "default" | |
| darkBorder | boolean | true | |
| disabled | boolean | false | |
| error | string | "" | |
| helperText | string | "" | |
| label | string | "" | |
| modelValue | string | number | "" | |
| placeholder | string | "" | |
| required | boolean | false | |
| rounded | KunUIRounded | undefined | |
| size | KunUISize | "md" | |
| type | string | "text" |