0.1.5 • Published 4 years ago

chen-antd v0.1.5

Weekly downloads
87
License
MIT
Repository
github
Last release
4 years ago

react + typescript 组件库

参考storybook

参考npm地址

安装使用

// 安装

npm i chen-antd
# or
yarn add chen-antd
// 使用

import { Button } from 'chen-antd'

ReactDOM.render(<Button>btn</Button>, mountNode);