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

0.0.12 • Public • Published

@nteract/mythic-multiselect

This package implements a simple method of keeping track of multiple selected cells using the myths framework.

Installation

$ yarn add @nteract/mythic-multiselect
$ npm install --save @nteract/mythic-multiselect

Usage

Initialize the package by including the notifications package in your store and rendering the <NotificationsRoot/>:

import {
  multiselect,
  selectCell,
  unselectCell,
  clearSelectedCells,
} from "@nteract/mythic-multiselect";

store.dispatch(
  selectCell({
    contentRef: "content",
    id: "cellID",
  })
);

API

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:mythic-multiselect label.

License

BSD-3-Clause

Readme

Keywords

Package Sidebar

Install

npm i @nteract/mythic-multiselect

Weekly Downloads

0

Version

0.0.12

License

BSD-3-Clause

Unpacked Size

699 kB

Total Files

22

Last publish

Collaborators

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