Button (按钮)
按钮,支持颜色、变体与尺寸、加载状态,并可通过 href 渲染为链接。
基础用法
Basic.vue
颜色
Colors.vue
变体
Variants.vue
尺寸
Sizes.vue
状态与事件
States.vue
作为链接
AsLink.vue
属性
| 属性 | 类型 | 默认值 | 说明 |
|---|---|---|---|
| ariaLabel | string | "" | |
| className | string | "" | |
| color | KunUIColor | "primary" | |
| disabled | boolean | false | |
| fullWidth | boolean | false | |
| href | string | "" | |
| icon | boolean | false | |
| iconPosition | "left" | "right" | "left" | |
| isIconOnly | boolean | false | |
| loading | boolean | false | |
| rounded | KunUIRounded | "lg" | |
| size | KunUISize | "md" | |
| target | "_self" | "_blank" | "_parent" | "_top" | "_self" | |
| type | "button" | "submit" | "reset" | "button" | |
| variant | KunUIVariant | "solid" |