iot-dash-lib
v1.2.93
Published
IOT Dashboard Library
Readme
iot-dash-lib
IOT Dashboard Library
Install
npm install --save iot-dash-libUsage
import { Registry , Registered } from 'iot-dash-lib'
const ExampleComponent = (props) => {
return (
<div>
<Registered id={component.name} {...props} />
</div>
);
}License
MIT © btanwar
