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

/fluui/

    Package Sidebar

    Install

    npm i fluui

    Weekly Downloads

    60

    Version

    1.1.29

    License

    ISC

    Last publish

    Collaborators

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