@fexd/icons-bytesize
v0.1.0
Published
Icons 组件库
Downloads
1
Readme
icons-bytesize
Icons 组件库
安装
yarn add @fexd/icons-bytesize
# 或者
npm install @fexd/icons-bytesize --save
按需加载
配合 babel-plugin-import 实现按需加载
// babel.config.js
module.exports = {
plugins: [
[
'babel-plugin-import',
{
libraryName: '@fexd/icons-bytesize',
camel2DashComponentName: false,
},
'@fexd/icons-bytesize',
],
],
}