1.0.18 • Published 2 years ago

mqtt-next v1.0.18

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

mqtt-next

Mqtt implementation for usage in next.js

NPM JavaScript Style Guide

Install

npm install --save mqtt-next

Usage

import React, { Component } from 'react'

import MyComponent from 'mqtt-next'
import 'mqtt-next/dist/index.css'

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

License

MIT © tom-con