English | 简体中文
- Provides 50+ easy-to-use components based on TypeScript
- Simple and restrained UI design & pixel-accurate restoration
- Pursue the ultimate finger interaction effect
- Online high-traffic verification of important components
- Fine-grained and flexible property configuration
- Support server-side rendering
- Support internationalization
- Support on-demand introduction
- Support theme configuration
Available as an npm package
// 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 |
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.