arco design mobile
1.0.0
A comprehensive React UI components library based on the Arco Design system.
English | 简体中文
Available as an npm package
// with npm
npm install @arco-design/mobile-react
// with yarn
yarn add @arco-design/mobile-reactimport 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 |
Developers interested in contributing should read the Code of Conduct and the Contributing Guide.
Thank you to all the people who already contributed to Arco Design Mobile!
And our former comrades:

This project is MIT licensed.