0.1.0 • Published 2 years ago

@fexd/icons-mono v0.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

icons-mono

Icons 组件库

安装

yarn add @fexd/icons-mono
# 或者
npm install @fexd/icons-mono --save

按需加载

配合 babel-plugin-import 实现按需加载

// babel.config.js
module.exports = {
  plugins: [
    [
      'babel-plugin-import',
      {
        libraryName: '@fexd/icons-mono',
        camel2DashComponentName: false,
      },
      '@fexd/icons-mono',
    ],
  ],
}
0.1.0

2 years ago

0.0.0

2 years ago