Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 490 Bytes

File metadata and controls

23 lines (15 loc) · 490 Bytes
order title
0
antd_mobile_custom_ui_exa

antd_mobile_custom_ui_exa 是 Ant Design Mobile 针对聚宝 UI 风格定制的 React 实现。 我们在 antd-mobile 的基础上,参照「聚宝 UI 设计规范」进行了风格定制。

安装

$ npm install antd_mobile_custom_ui_exa --save

使用

import { Button } from 'antd_mobile_custom_ui_exa';

ReactDOM.render(<Button type="primary">按钮<Button>, mountNode);