simple ui for media


Keywords
react, icon, UI, react-component
License
ISC
Install
npm install fluui@1.1.29

Documentation

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