Skip to content

Latest commit

 

History

History
executable file
·
23 lines (17 loc) · 621 Bytes

README.md

File metadata and controls

executable file
·
23 lines (17 loc) · 621 Bytes

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);