c-pocket
v0.0.5
Published
c-pocket
Downloads
21
Readme
基于react的轻量级UI组件库
主页: https://chengcjun.gitee.io/pocket/
该组件库支持按需导入,我们只需要在项目里配置babel-plugin-import即可,具体配置如下:
// .babelrc
"plugins": [
[
"import", { "libraryName": "c-pocket", "style": true }
]
]