0.0.12 • Published 3 years ago

@nteract/mythic-multiselect v0.0.12

Weekly downloads
31
License
BSD-3-Clause
Repository
-
Last release
3 years ago

@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

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8-alpha.0

3 years ago

0.0.9-alpha.0

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago