0.0.5 • Published 3 years ago

c-pocket v0.0.5

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

基于react的轻量级UI组件库

主页: https://chengcjun.gitee.io/pocket/

该组件库支持按需导入,我们只需要在项目里配置babel-plugin-import即可,具体配置如下:

// .babelrc
"plugins": [
  [
    "import", { "libraryName": "c-pocket", "style": true }
  ]
]