fashopd-mobile
v0.1.3
Published
Ant Design 移动版的FaShop Design风格定制版
Downloads
4
Readme
FaShop Design Mobile
fashopd-mobile 是 Ant Design Mobile 针对Fashop Design UI
风格的 React 实现。
我们在 antd-mobile 的基础上,参照「Fashop Design UI 设计规范」进行了风格定制。
Install
$ npm install fashopd-mobile --save
Usage
import { Button } from 'fashopd-mobile';
ReactDOM.render(<Button type="primary">按钮<Button>, mountNode);