peak-bcm-base
v1.0.9
Published
A library of react components, which mainly stores components that can be reused by all business lines of AI-Indeeded Company.
Downloads
15
Readme
peak-bcm-base
peak-bcm-base(中后台基础组件库),主要存放各个业务线都可复用的基础组件。
一、如何引用
由于 peak-bcm-base 组件库是在 React 框架基础上对 Antd Design 进行的二次封装,所以在引用 peak-bcm-base 组件库的同时,还需安装 React、Ant Design 等第三方依赖。
import { InputVerfiy } from 'peak-bcm-base'
组件单元测试
注:
- 第三方依赖若不需要重复安装,可以选择安装在 devDependencies,还需放到 peerDependencies 中,否则对于 cmj 输出的包,module 编译会报错