Package Exports
- @ayarayarovich/react-modals
- @ayarayarovich/react-modals/dist/index.js
- @ayarayarovich/react-modals/dist/index.mjs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ayarayarovich/react-modals) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
React Modals
Typesafe modals management for React with queue features.
Focus on "opening" modals instead of the the hassle of keeping numerous `useState` hooks to keep all your modals in sync. Just define modal. Then open it from anywhere you want! This lib will take care of the rest.
📦 Install
React Modals is available as a package on NPM, install with your favorite package manager:
npm install @ayarayarovich/react-modals