Skip to content
Title

Icon 图标

b-ui 推荐使用 xicons 作为图标库。

bash
$ pnpm install @vicons/ionicons5

使用图标

  • 如果你想像用例一样直接使用,你需要全局注册组件,才能够直接在项目里使用。

vue
<b-icon color="red" size="20">
  <CashOutline />
</b-icon>
<b-icon color="green" size="20">
  <CashOutline />
</b-icon>
<BIcon color="blue" size="20">
  <CashOutline />
</BIcon>
展开代码

API

Icon Props

名称类型默认值说明
colorstringundefined图标颜色
sizenumber | stringundefined图片大小

Released under the MIT License.