sh-modal-dialog
Version:
Modal Dialog box for React
20 lines (14 loc) • 711 B
Markdown
SuperheroUI [](https://travis-ci.org/SuperheroUI/shModalDialog) [](https://coveralls.io/github/SuperheroUI/shModalDialog) [](https://badge.fury.io/js/sh-modal-dialog)
InsideSales.com React UI
# ShModalDialog
## Website (For examples, limits, and usage)
https://superheroui.github.io/
## Installation
Use npm to install the module
```sh
npm install sh-modal-dialog --save
```
Now you can import it into your project
```js
import ShModalDialog from 'sh-modal-dialog';
```