mc-design-test
v1.0.0
Published
mc-design
Readme
这是一个 React Hooks 的组件库
usage
yarn add mc-design
# or
# npm install mc-designimport { components } from 'cos-design';Start a dev process
yarn start
# or
# npm startBuild production bundle
yarn build
# or
# npm run buildBuild production module
yarn build:module
# or
# npm run build:module