This repo contains a React Modal component and examples of different use cases.
The source for the Modal component can be found in /src/modal.
To run the examples in the /src/examples folder first run
$ npm install
and then
$ npm start
to see them running in a browser.
This project was bootstrapped with Create React App.