0.0.1 • Published 4 years ago

mcy-rc-components v0.0.1

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

基于 TypeScript + React 马超云的自定义组件库

Example

# install project packages
npm install

# install example packages
cd demo
npm install

# run start
npm start

Installation

npm install --save mcy-react-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.