test-struct-js
v1.0.0
Published
A H5-UI components library with React for YY business.
Readme
Tofu-UI for React
Browser Support
| IE / Edge | Firefox | Chrome | Safari | | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | IE11, Edge | last 2 versions | last 2 versions | last 2 versions | |
Install
npm install @yy/tofu-ui-react -S或者
yarn add @yy/lootbox-reactQuick Start
// ...
import { Button, Icon, Icons } from '@yy/tofu-ui-react'
import '@yy/tofu-ui-react/dist/index.css'
// ...Contributing
欢迎加入开发 TofuUI。
TofuUI for React 使用 lerna 组织代码,
开发脚本
yarn start
开始在 storybook 上开发调试
yarn boot
新增 packages 之后同步项目, 见 详情
