Connected components exported from @nteract/core
npm install @nteract/connected-componentsThis package contains React components for rendering navigation menus and modals in nteract applications. To see this package in action, you can view the source code for the nteract-on-Jupyter application.
```
$ yarn add @nteract/connected-components
``
$ npm install --save @nteract/connected-components
The example below shows we can use the ModalController component within this package to render an about modal.
`javascript
import { ModalController, MODAL_TYPES } from "@nteract/connected-components";
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:connected-components` label.