Skip to content

MadsHornbeck/react-modals

Repository files navigation

@hornbeck/react-modals

This is a package for efficient and configurable way of handling modals. The modals are promise based, meaning every modal is a Promise. This allows for you to not only not have to worry about the open / close state of the modal. But also allow for the modals to be integrated seemlessly into your control flows.

npm install --save @hornbeck/react-modals

Documentation