orange-ui-react
v1.1.19
Published
It's a react ui base on mobile. used by myself.
Downloads
11
Maintainers
Readme
Orange UI for react
启动
<!-- 开发环境 -->
yarn dev
<!-- npm -->
yarn npm
yarn login
yarn publish
如何使用
<!-- 推荐使用yarn -->
yarn add orange-ui-react
import { Button } from 'orange-ui-react'
import { Navbar } from 'orange-ui-react'
<!-- 目前只有4个小图标 -->
import { Icon } from 'orange-ui-react'
<!-- 仿头条下拉刷新以及加载更多 -->
import { Refresh } from 'orange-ui-react'
<!-- 自己业务曝光量统计 -->
import { Exposure } from 'orange-ui-react'