iot-dash-lib

1.2.93 • 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

/iot-dash-lib/

    Package Sidebar

    Install

    npm i iot-dash-lib

    Weekly Downloads

    0

    Version

    1.2.93

    License

    MIT

    Unpacked Size

    3.1 MB

    Total Files

    19

    Last publish

    Collaborators

    • btanwar