English | 简体中文
- 基于 TypeScript 提供 50+ 开箱即用的组件
- 简洁克制的 UI 设计 & 精确到像素的还原
- 追求极致的手指交互效果
- 重要组件线上大流量验证
- 细粒度且灵活的属性配置
- 支持服务端渲染
- 支持国际化
- 支持按需引入
- 支持主题配置
// with npm
npm install @arco-design/mobile-react
// with yarn
yarn add @arco-design/mobile-react
import React from 'react';
import ReactDOM from 'react-dom';
import Button from '@arco-design/mobile-react/esm/button';
import '@arco-design/mobile-react/esm/button/style';
function App() {
return (
<Button>
Hello World
</Button>
);
}
ReactDOM.render(<App />, document.getElementById('app'));
Safari on iOS |
Android Webview |
---|---|
9 | 4.4 |
感谢所有为 Arco Design Mobile 做过贡献的人!
以及曾经的战友们: