# FBroker-UI

> Flexem mqtt broker ui component.

[![NPM](https://img.shields.io/npm/v/fbroker-ui.svg)](https://www.npmjs.com/package/@flexem/broker-ui) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save @flexem/broker-ui
# OR
yarn add @flexem/broker-ui
```

## Usage

```tsx
import React, { Component } from 'react'

import MyComponent from '@flexem/broker-ui'
import '@flexem/broker-ui/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}
```

## License

MIT © [flexem](https://github.com/flexem)
