Skip to content

Icon 图标 ​

内置常用图标(SVG stroke 风格,24x24 视图)。

基础用法 ​

vue
<template>
  <KbIcon name="check" :size="20" color="#16a34a" />
</template>

API ​

属性类型默认值说明
namestring—图标名(内置 12 个)
sizenumber | string16宽高(px)
colorstring—颜色(默认继承 currentColor)

内置图标 ​

check、close、info、warning、success、error、arrow-left、arrow-right、search、menu、loading、chevron-down

TIP

loading 图标配合 CSS animation 可实现加载旋转效果。