@ebay/nice-modal-react

v1.2.13
This is a small, zero dependency utility to manage modals in a natural way for React. It uses context to persist state of modals globally so that you can show/hide a modal easily either by the modal component or id.

build

rm -rf lib && yarn build:esm && yarn build:cjs

build:esm

tsc --sourcemap

build:cjs

tsc --module commonjs --outDir lib/cjs --sourcemap

dev

tsc -w

codecov

codecov

gendoc

typedoc

test

jest
npm i @ebay/nice-modal-react

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 10/3/2023

Downloads