Skip to content

Latest commit

 

History

History
executable file
·
24 lines (15 loc) · 460 Bytes

README.md

File metadata and controls

executable file
·
24 lines (15 loc) · 460 Bytes

modal-madness

This repo contains a React Modal component and examples of different use cases.

Modal Component

The source for the Modal component can be found in /src/modal.

Examples

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.