0.0.3 • Published 4 years ago

zq-rc-main-components v0.0.3

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

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

Example

# install project packages
npm install

# install example packages
cd demo
npm install

# run start
npm start

Installation

npm install --save zq-rc-main-components

Usage

import {TestComponent1} from "mcy-react-components";

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

API

namedescriptiontype
age参数1ReactNode
titleName参数2string

License

MIT, see the LICENSE file for detail.

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago