zson-mobile
v0.0.3
Published
基于 React 的移动端UI库
Downloads
8
Maintainers
Readme
基于 React 研发的一款移动端 UI 组件库。
预览
https://zson.design/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';