@btanwar/iot-dash-lib

IOT Dashboard Library

Usage no npm install needed!

<script type="module">
  import btanwarIotDashLib from 'https://cdn.skypack.dev/@btanwar/iot-dash-lib';
</script>

README

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 Example Component = (props) => {
  return (
    <div>
      <Registered id={component.name} {...props} />
    </div>
  );
}

License

MIT © btanwar