0.0.4 • Published 3 years ago

zqrl-rc-components v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

基于 TypeScript + React 中企的自定义组件库 0.0.17开始 包含 文件管理、图标管理、主数据查询

antd 3.X 请使用 0.0.17 前版本 或 (v0.1.5) antd 4.X 请使用 >0.0.17 版本 具体使用方法见企业内部链接 192.168.41.13:8007 开通的账号才可查看组件调用文档 组件包含外部接口响应事件配置 需要配合特定的后台接口进行联调 请根据具体业务场景实践

Example

# install project packages
npm install

# install example packages
cd demo
npm install

# run start
npm start

Installation

npm install --save zqrl-rc-components

Usage

import {TestComponent1} from "zqrl-rc-components";

const App = () => <TestComponent1 />;

API

namedescriptiontype
age参数1ReactNode
titleName参数2string

License

MIT, see the LICENSE file for detail.

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago