1.2.93 • Published 2 years ago

iot-dash-lib v1.2.93

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

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