iot-dash-lib
IOT Dashboard Library
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