mayui
v0.0.6
Published
React mobile components
Maintainers
Readme
如何使用
使用 npm 或 yarn 安装(推荐)
# npm
npm install mayui --save
# yarn
yarn add mayui按需加载
// .babelrc or babel-loader option
{
"plugins": [
['import', {
libraryName: 'mayui',
style: true,
}],
]
}import { Button } from 'mayui';