arco design mobile
1.0.0
基于ARCO设计系统的全面反应UI组件库。
英语| 简体中文
作为NPM软件包可用
// 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'));iOS上的野生动物园 | Android WebView |
|---|---|
| 9 | 4.4 |
有兴趣贡献的开发人员应阅读行为准则和贡献指南。
感谢所有已经为Arco Design Mobile做出贡献的人!
和我们以前的同志:





该项目已获得MIT许可。