0.0.3 • Published 3 years ago

zson-mobile v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

基于 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';