@btanwar/iot-dash-lib

1.3.37 • Public • Published

iot-dash-lib

IOT Dashboard Library

NPM JavaScript Style Guide

Install

npm install --save iot-dash-lib

Usage

import { Registry , Registered }  from 'iot-dash-lib'

const ExampleComponent = (props) => {
  return (
    <div>
      <Registered id={component.name} {...props} />
    </div>
  );
}

License

MIT © btanwar

Package Sidebar

Install

npm i @btanwar/iot-dash-lib

Weekly Downloads

0

Version

1.3.37

License

MIT

Unpacked Size

2.49 MB

Total Files

21

Last publish

Collaborators

  • btanwar