Skip to content

Latest commit

 

History

History
112 lines (78 loc) · 3.78 KB

README.zh-CN.md

File metadata and controls

112 lines (78 loc) · 3.78 KB

Arco Design Mobile

基于 Arco Design 的 React UI 组件库。

license

English | 简体中文

特性

  • 基于 TypeScript 提供 50+ 开箱即用的组件
  • 简洁克制的 UI 设计 & 精确到像素的还原
  • 追求极致的手指交互效果
  • 重要组件线上大流量验证
  • 细粒度且灵活的属性配置
  • 支持服务端渲染
  • 支持国际化
  • 支持按需引入
  • 支持主题配置

安装

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
Safari on iOS
Opera
Android Webview
9 4.4

参与贡献

贡献之前请先阅读 行为准则贡献指南.

感谢所有为 Arco Design Mobile 做过贡献的人!

以及曾经的战友们:

License

MIT 协议