UNPKG

sh-modal-dialog

Version:
20 lines (14 loc) 711 B
# SuperheroUI [![Build Status](https://travis-ci.org/SuperheroUI/shModalDialog.svg?branch=master)](https://travis-ci.org/SuperheroUI/shModalDialog) [![Coverage Status](https://coveralls.io/repos/github/SuperheroUI/shModalDialog/badge.svg)](https://coveralls.io/github/SuperheroUI/shModalDialog) [![npm version](https://badge.fury.io/js/sh-modal-dialog.svg)](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'; ```