@nteract/connected-components
TypeScript icon, indicating that this package has built-in type declarations

6.9.0 • Public • Published

@nteract/connected-components

This 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.

Installation

$ yarn add @nteract/connected-components
$ npm install --save @nteract/connected-components

Usage

The example below shows we can use the ModalController component within this package to render an about modal.

import { ModalController, MODAL_TYPES } from "@nteract/connected-components";

export default () => {
  return <ModalController modalType={MODAL_TYPES.ABOUT} />;
};

Documentation

We're working on adding more documentation for this component. Stay tuned by watching this repository!

Support

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.

License

BSD-3-Clause

Readme

Keywords

none

Package Sidebar

Install

npm i @nteract/connected-components

Weekly Downloads

973

Version

6.9.0

License

BSD-3-Clause

Unpacked Size

1.2 MB

Total Files

55

Last publish

Collaborators

  • benabel
  • alexandercbooth
  • benrussert
  • mpacer
  • theengineear
  • yuvipanda
  • rgbkrk
  • lgeiger
  • ivanov
  • captainsafia
  • peggyrayzis
  • jdetle
  • hasch
  • willingc
  • stormpython
  • crystalline-cat
  • emeeks
  • hydrosquall