fashopd-mobile

Ant Design 移动版的FaShop Design风格定制版

Usage no npm install needed!

<script type="module">
  import fashopdMobile from 'https://cdn.skypack.dev/fashopd-mobile';
</script>

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