Card (卡片)
带颜色、边框与悬停效果的容器;传入 href 即变为链接。
基础用法
Card title
A simple container with a border and padding.
Basic.vue
颜色
primary
success
warning
danger
Colors.vue
可悬停与可点击
Hoverable.vue
属性
| 属性 | 类型 | 默认值 | 说明 |
|---|---|---|---|
| bordered | boolean | true | |
| className | string | "" | |
| clickable | boolean | false | |
| color | KunUIColor | "background" | "background" | |
| contentClass | string | "" | |
| darkBorder | boolean | false | |
| href | string | undefined | |
| isHoverable | boolean | false | |
| isTransparent | boolean | false | |
| rounded | KunUIRounded | undefined |