0.0.1 • Published 3 years ago

@woqutech/q-ui v0.0.1

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

React UI components created and maintains by WoquTech UED team

English | 简体中文

Features

  • 提炼自 B 端应用的交互逻辑和视觉体验
  • 开箱即用,多达 50+ 个高质量组件
  • 试用 TypeScript 开发,提供完整的类型定义文件
  • 中英国际化语言支持,可根据需要自定义语言
  • 提供 lightdark 主题,支持自定义主题

Environment Support

  • Modern browsers and Internet Explorer 11 (with polyfills)
  • Server-side Rendering
  • Electron
IE / EdgeFirefoxChromeSafariElectron
IE11, Edgelast 2 versionslast 2 versionslast 2 versionslast 2 versions

Install

npm install @woqutech/q-ui
yarn add @woqutech/q-ui

Usage

import { Button } from '@woqutech/q-ui'

const App = () => (
  <>
    <Button type="primary">PRESS ME</Button>
  </>
)

And import style manually:

import '@woqutech/q-ui/dist/q-ui.css'

Links

Development

$ git clone q-ui.git
$ cd q-ui
$ npm install
$ npm start