mcy-rc-components
v0.0.1
Published
MCY 自定义组件库
Readme
基于 TypeScript + React 马超云的自定义组件库
Example
# install project packages
npm install
# install example packages
cd demo
npm install
# run start
npm startInstallation
npm install --save mcy-react-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.
