React Modal Dialog Component

React modal dialog is an idiomatic way to represent modal dialogs in react. It is nested inside the components that require them, and can themselves nest other dialogs. There are no global switches or state, and the contents of the dialog are defined where you need it.

Preview:

React Modal Dialog Component

Download Details:

Author: qimingweng

Live Demo: View The Demo

Download Link: Download The Source Code

Official Website: https://github.com/qimingweng/react-modal-dialog

License: MIT

Add Comment