zq-rc-main-components
v0.0.3
Published
MCY 自定义组件库
Downloads
28
Readme
基于 TypeScript + React 中企的自定义组件库 0.0.2 包含 文件管理、图标管理、主数据查询
Example
# install project packages
npm install
# install example packages
cd demo
npm install
# run start
npm startInstallation
npm install --save zq-rc-main-componentsUsage
import {TestComponent1} from "mcy-react-components";
const App = () => <TestComponent1 />;API
| name | description | type | | --------- | ---------------------------------------------------------------------- | --------- | | age | 参数1 | ReactNode | | titleName | 参数2 | string |
License
MIT, see the LICENSE file for detail.
