基于 React 研发的一款移动端 UI 组件库。
https://zson-mobile.github.io/demo.html#/
- iOS
- Android 4.0+
npm 或 yarn 安装
# npm
$ npm install zson-mobile --save
# yarn
$ yarn add zson-mobile
import { Button, Cell } from 'zson-mobile';
import 'zson-mobile/dist/zson-mobile.css';