# react-easy-modal

> Simple react modal to display content.

Latest version **0.1.3** (published 2016-04-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-easy-modal
pnpm add react-easy-modal
yarn add react-easy-modal
bun add react-easy-modal
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.3 |
| Published | 2016-04-21 |
| First published | 2016-04-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Points |
| Maintainers | moog16 |
| Keywords | React, component, modal, simple, easy |

## Links

- npm: https://www.npmjs.com/package/react-easy-modal
- Repository: https://github.com/the-unsullied/react-simple-modal
- Homepage: https://github.com/the-unsullied/react-simple-modal#readme
- Issues: https://github.com/the-unsullied/react-simple-modal/issues
- npm.io page: https://npm.io/package/react-easy-modal

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 0.1.3 (latest) — 2016-04-21
- 0.1.2 — 2016-04-20
- 0.1.1 — 2016-04-20
- 0.1.0 — 2016-04-20

## README

# react-simple-modal

Very simple react component that presents content via modal.

## Params

**header** {String} Header that appears above modal.

**disableClose** {Boolean} true will disable the modal from closing, false [default] will allow user to close.

**closeModal** {Number} Increment this property to trigger the modal to close.

**handleClose** {Method} callback method that is executed after close.

---
_Source: https://npm.io/package/react-easy-modal · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
