davidmfoley / react-router-modal

Simple modals for react-router 4
MIT License
153 stars 20 forks source link

Close Modal? #2

Closed petertait closed 7 years ago

petertait commented 7 years ago

Firstly, great project and thanks!

I am trying to find the easiest way to hide a modal after opening. May be worth adding this to the documentation, currently I only see clicking the backdrop as the only easy way.

01Kuzma commented 7 years ago

How have you solved this?

events-jonas-chrisw commented 6 years ago

I wondered how you did this too?

petertait commented 6 years ago

Sorry for delayed response...

I decided to just use react-router by itself without this package in the end. Using a Link to a Route which contained the Modal style component.