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