KunUIKunUI
GitHub

Input (输入框)

文本输入框(v-model),带标签、辅助 / 错误文本与尺寸。

基础用法

Helper text below the field.

Basic.vue

错误与禁用

This field is required.

States.vue

尺寸

Sizes.vue

属性

属性类型默认值说明
autofocusbooleanfalse
classNamestring""
colorKunUIColor"default"
darkBorderbooleantrue
disabledbooleanfalse
errorstring""
helperTextstring""
labelstring""
modelValuestring | number""
placeholderstring""
requiredbooleanfalse
roundedKunUIRoundedundefined
sizeKunUISize"md"
typestring"text"