Transform for debug usage with nteract models
npm install @nteract/transform-model-debugThis package contains a React component that can be used to render the state of a comms model.
```
$ yarn add @nteract/transform-model-debug
``
$ npm install --save @nteract/transform-model-debug
`javascript
import ModelDebug from "@nteract/transform-model-debug";
export default () => {
return
};
`
We're working on adding more documentation for this component. Stay tuned by watching this repository!
If you experience an issue while using this package or have a feature request, please file an issue on the issue board and add the pkg:transform-model-debug` label.