# antd-mobile-5

Latest version **5.0.0-beta.1** (published 2024-07-31) · 0 weekly downloads

## Install

```sh
npm install antd-mobile-5
pnpm add antd-mobile-5
yarn add antd-mobile-5
bun add antd-mobile-5
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high maintenance score; popular repo.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 5.0.0-beta.1 |
| Published | 2024-07-31 |
| First published | 2022-10-31 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 16 |
| Unpacked size | 5.8 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 12049 |
| Maintainers | xiaohuoni |

## Links

- npm: https://www.npmjs.com/package/antd-mobile-5
- Repository: https://github.com/ant-design/ant-design-mobile
- Homepage: https://github.com/ant-design/ant-design-mobile#readme
- Issues: https://github.com/ant-design/ant-design-mobile/issues
- npm.io page: https://npm.io/package/antd-mobile-5

## Dependencies (16)

- [dayjs](https://npm.io/package/dayjs.md) ^1.11.6
- [runes](https://npm.io/package/runes.md) ^0.4.3
- [tslib](https://npm.io/package/tslib.md) ^2.4.1
- [ahooks](https://npm.io/package/ahooks.md) ^3.7.2
- [big.js](https://npm.io/package/big.js.md) ^6.2.1
- [lodash](https://npm.io/package/lodash.md) ^4.17.21
- [react-is](https://npm.io/package/react-is.md) ^17.0.2
- [classnames](https://npm.io/package/classnames.md) ^2.3.2
- [rc-field-form](https://npm.io/package/rc-field-form.md) ~1.27.3
- [@floating-ui/dom](https://npm.io/package/@floating-ui/dom.md) ^1.0.6
- [@react-spring/web](https://npm.io/package/@react-spring/web.md) ^9.5.5
- [antd-mobile-icons](https://npm.io/package/antd-mobile-icons.md) ^0.3.0
- [staged-components](https://npm.io/package/staged-components.md) ^1.1.3
- [@use-gesture/react](https://npm.io/package/@use-gesture/react.md) 10.2.20
- [antd-mobile-v5-count](https://npm.io/package/antd-mobile-v5-count.md) ^1.0.1
- [use-sync-external-store](https://npm.io/package/use-sync-external-store.md) ^1.2.0

## Recent versions

- 5.0.0-beta.1 (latest) — 2024-07-31
- 5.26.0 — 2022-12-06
- 5.24.2 — 2022-10-31

## README

<div align="center">

  <img src="https://gw.alipayobjects.com/zos/bmw-prod/b2c7ff8b-eba0-4af9-9dd5-0b5b17f42c57.svg" alt="logo" width="200" height="auto" />
  <h1>Ant Design Mobile</h1>

  <p>
    Essential UI blocks for building mobile web apps. 
  </p>

[![npm (tag)](https://img.shields.io/npm/v/antd-mobile)](https://www.npmjs.com/package/antd-mobile)
[![GitHub Release Date](https://img.shields.io/github/release-date/ant-design/ant-design-mobile)](https://github.com/ant-design/ant-design-mobile/releases)
[![npm](https://img.shields.io/npm/dw/antd-mobile)](https://www.npmjs.com/package/antd-mobile)
[![npm](https://img.shields.io/npm/dw/antd-mobile-v5-count?label=downloads%285.x%29)](https://www.npmjs.com/package/antd-mobile)
[![jsdelivr](https://img.shields.io/jsdelivr/npm/hm/antd-mobile)](https://www.jsdelivr.com/package/npm/antd-mobile)
[![gzip size](https://img.badgesize.io/https:/unpkg.com/antd-mobile/umd/antd-mobile.js?label=gzip%20size&compression=gzip)](https://unpkg.com/browse/antd-mobile@5/umd/antd-mobile.js)
[![Commit Activity](https://img.shields.io/github/commit-activity/m/ant-design/ant-design-mobile/master)](https://github.com/ant-design/ant-design-mobile/graphs/contributors)
[![Issues help wanted](https://img.shields.io/github/issues-raw/ant-design/ant-design-mobile/help%20wanted?label=help%20wanted)](https://github.com/ant-design/ant-design-mobile/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)
![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/ant-design/ant-design-mobile/Check/v5)
[![codecov](https://img.shields.io/codecov/c/gh/ant-design/ant-design-mobile?token=2kJyJBg1nK)](https://codecov.io/gh/ant-design/ant-design-mobile)
[![GitHub](https://img.shields.io/github/license/ant-design/ant-design-mobile)](https://github.com/ant-design/ant-design-mobile)

  <h4>
    <a href="https://mobile.ant.design">English Doc</a>
  <span> · </span>
    <a href="https://mobile.ant.design/zh">中文文档</a>
  <span> · </span>
    <a href="https://discord.gg/jmNvw4WFYn">Discord</a>
  <span> · </span>
    <a href="https://gw.alipayobjects.com/mdn/rms_25513e/afts/img/A*hBjlR4nUWjkAAAAAAAAAAAAAARQnAQ">钉钉</a>
  </h4>
</div>

```bash
$ npm install --save antd-mobile
# or
$ yarn add antd-mobile
# or
$ pnpm add antd-mobile
```

- **Fast**: It is carefully optimized for harsh scenes, without configuration, you can have the best package size and
  ultimate performance.
- **Customizable**: Based on CSS variables, you can reliably and efficiently adjust the appearance of components or
  create your own themes.
- **Atomic**: The function of each component, neither more nor less, is exactly what you need.
- **Fluent**: With smooth gestures and delicate animation, it helps the product create the ultimate experience.

You can also play with antd-mobile just in browser
with [Codesandbox](https://codesandbox.io/s/antd-mobile-snrxr?file=/package.json). No need to prepare development
environment.

If you found bugs or would like to request some new features, please consider opening
an [issue](https://github.com/ant-design/ant-design-mobile/issues/new).

If you have some question about how to use ant-mobile, you can start
a [discussion thread](https://github.com/ant-design/ant-design-mobile/discussions).

---

Thanks to all the contributors of antd-mobile:

<a href="https://github.com/ant-design/ant-design-mobile/graphs/contributors">
  <img src="https://opencollective.com/ant-design-mobile/contributors.svg?width=960&button=false" alt="contributors" />
</a>

---
_Source: https://npm.io/package/antd-mobile-5 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
