1.0.16 • Published 3 years ago

bicon v1.0.16

Weekly downloads
279
License
-
Repository
-
Last release
3 years ago

bicon(vue 2.X)

使用组件

$ npm i --save bIcon

引入

import App from './App';
import Vue from 'vue'
// 导入组件库
import bIcon from 'bIcon'
Vue.config.productionTip = false;
Vue.use(bIcon)
new Vue({
  el: '#app',
  components: { App },
  template: '<App/>',
});

###用法

    <bIcon source="iconpark" theme="outline" size=32 :fill="['#1890ff']" iconKey="corner-left-up" strokeWidth=4 ></bIcon>

source:来源 默认 iconpark theme:主题 size:大小 fill:颜色 iconkey:图标名称 strokeWidth:线条粗细

➡️ 点我 图标库 查询

需要添加图标可联系作者 邮箱:1078804183@qq.com qq:1078804183

1.0.16

3 years ago

1.0.11

3 years ago

1.0.15

3 years ago

1.0.12

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago