UNPKG

antd-mobile

Version:
51 lines (38 loc) 3.61 kB
<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/actions/workflow/status/ant-design/ant-design-mobile/check.yml?branch=master) [![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://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>