https://github.com/d8corp/react-mobx-modal
Popups with React and MobX
https://github.com/d8corp/react-mobx-modal
Last synced: 2 months ago
JSON representation
Popups with React and MobX
- Host: GitHub
- URL: https://github.com/d8corp/react-mobx-modal
- Owner: d8corp
- License: mit
- Created: 2020-09-26T13:45:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T17:56:12.000Z (almost 6 years ago)
- Last Synced: 2025-08-16T15:58:34.405Z (11 months ago)
- Language: JavaScript
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# react-mobx-modal
[](https://github.com/d8corp/react-mobx-modal/blob/master/CHANGELOG.md)
[](https://www.npmjs.com/package/react-mobx-modal)
[](https://github.com/d8corp/react-mobx-modal/blob/master/LICENSE)
Cool popups with [React 16.3](https://reactjs.org) and [Mobx 3](https://mobx.js.org) and more.
### Installation
npm
```bash
npm i react-mobx-modal
```
yarn
```bash
yarn add react-mobx-modal
```
### Using
All modals should be placed into `Modals`.
```typescript jsx
import Modal, {Modals} from 'react-mobx-modal'
import theme from 'react-mobx-modal/theme/default.module.scss'
export default () => (
Test modal
)
```
## Issues
If you find a bug, please file an issue on [GitHub](https://github.com/d8corp/react-mobx-modal/issues)
[](https://github.com/d8corp/react-mobx-modal/issues)
> ---
[](https://github.com/d8corp/react-mobx-modal/stargazers)
[](https://github.com/d8corp/react-mobx-modal/watchers)