ant-design-mobile-pro icon indicating copy to clipboard operation
ant-design-mobile-pro copied to clipboard

🛠 Use Ant Design Mobile like Ant Design Pro.

Ant Design Mobile Pro

Ant Design Pro 一样使用 Ant Design Mobile。

ant-deisgn-mobile-pro-puzzle-min.png

在线预览,请猛戳这里。接口报错可以忽略。

已有特性

  • 代码分割
  • 高清方案
  • 结合 CustomIcon 快速使用 iconfont

核心组件

  • AsyncRender - 数据异步渲染组件
  • Avatar - 从 ant-design 迁移的 Avatar 组件
  • CustomIcon - 配置 type 即可使用 iconfont 中的图标
  • Description - 描述字段
  • Ellipsis - 文本自动省略号,引用自 https://v2-pro.ant.design/components/ellipsis-cn
  • Form - 基于 antd-mobile 的配置化实现表单功能的组件,仿 antd-form-mate 实现
  • PageWrapper - 定制导航栏实现
  • Paper - 纸张组件
  • SimpleCard - 简单卡片
  • Spin - 从 ant-design 迁移的 Spin 组件
  • StandardList - 基于 ListView 封装的快速实现数据长列表渲染的组件
  • Statistics - 统计数字展示

一些问题

  1. 实测发现 fastclick 的功能在 iOS 设备上会导致输入框点击多次才有响应,故只在非 iOS 设备上添加该功能。