Skip to content

kongmoumou/arco-design-mobile

 
 

Repository files navigation

Arco Design Mobile

A comprehensive React UI components library based on the Arco Design system.

license

English | 简体中文

Features

  • 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

Installation

Available as an npm package

// with npm
npm install @arco-design/mobile-react

// with yarn
yarn add @arco-design/mobile-react

Examples

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'));

Useful Links

Browser Support

Safari
Safari on iOS
Opera
Android Webview
9 4.4

Contributing

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:

License

This project is MIT licensed.



About

React mobile UI components library based on Arco Design

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.0%
  • JavaScript 23.2%
  • Less 14.5%
  • Other 0.3%