UNPKG

@scrumble-nl/react-quick-modal

Version:

A quick and easy wrapper around react-bootstrap modal, you can add or remove a modal from anywhere in your application with a few simple steps.

4 lines (3 loc) 150 B
export { default as Modal } from './modal'; export { ModalProvider } from './modal-provider'; export { withModal, useModal } from './modal-consumer';