react UI 组件库
- 基于
react
react-hooks
typescript
sass
storybook
构建
install with npm
npm i zdesign --save
usage
// load style
import "zdesign/dist/index.css";
// load component
import { Button } from "zdesign";
a React UI component library
npm i zdesign --save