Cool popups with React 16.3 and Mobx 3 and more.
npm
npm i react-mobx-modal
yarn
yarn add react-mobx-modal
All modals should be placed into Modals
.
import Modal, {Modals} from 'react-mobx-modal'
import theme from 'react-mobx-modal/theme/default.module.scss'
export default () => (
<Modals className={theme.modals}>
<Modal delay={300} classNames={theme}>
Test modal
</Modal>
</Modals>
)
If you find a bug, please file an issue on GitHub