fluui

1.1.29 • Public • Published

Flu-UI

GitHub license npm

Flu-UI is a React-based UI components for the web.

Installation

Flu-UI is available on npm

npm install fluui

Usage

Here is a simple example.

import React from 'react'
import ReactDOM from 'react-dom'
import { Button } from 'fluui'
function App() {
  return (
    <Button>
      hello world!
    </Button>
  )
}
ReactDOM.render(<App />, document.querySelector('#root'))

Documentation

Checkout our storybook site

Development

git clone git@github.com:Conjurator/Flu-UI.git
cd Flu-UI
npm install
npm run storybook

Contributing

We appreciate any issue or pr you make.

License

MIT Licensed

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.29
    2
    • latest

Version History

Package Sidebar

Install

npm i fluui

Weekly Downloads

7

Version

1.1.29

License

ISC

Last publish

Collaborators

  • cocobean
  • wanglixing
  • duanqi
  • violet0sea
  • heeefei
  • junfeisu