antd-mobile
Version:
<div align="center">
51 lines (38 loc) • 3.61 kB
Markdown
<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>
[](https://www.npmjs.com/package/antd-mobile) [](https://github.com/ant-design/ant-design-mobile/releases) [](https://www.npmjs.com/package/antd-mobile) [](https://www.npmjs.com/package/antd-mobile) [](https://www.jsdelivr.com/package/npm/antd-mobile) [](https://unpkg.com/browse/antd-mobile@5/umd/antd-mobile.js) [](https://github.com/ant-design/ant-design-mobile/graphs/contributors) [](https://github.com/ant-design/ant-design-mobile/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)  [](https://codecov.io/gh/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://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*8gmTR49Nr8UAAAAAAAAAAAAADrJ8AQ/original">钉钉</a>
</h4>
</div>
```bash
$ npm install --save antd-mobile
# or
$ yarn add antd-mobile
# or
$ pnpm add antd-mobile
# or
$ bun 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>