0.1.0 • Published 2 years ago

@fexd/icons-bootstrap v0.1.0

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

icons-bootstrap

Icons 组件库

安装

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

按需加载

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

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

2 years ago

0.0.0

2 years ago