0.1.3 • Published 8 years ago

react-easy-modal v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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.