react-simple-hook-modal
react-simple-hook-modal copied to clipboard
A simple React modal with hook based API
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
I have a stateful component living next to the react-simple-hook-modal. When I trigger the modal it reloads the stateful component. I'm not sure why this is happening. Any advice? I've...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Hi there, I was looking for a similar approach to use modals with a hook like this, but I was wondering if something like this would be possible, cause this...
This would be a useful addition to help move around the UI with just the keyboard.
It might be a silly issue, but to be honest when testing on live demo I got jumpscared by the modal. Maybe a prop to set transition/display speed?
This is a good lib, but having modal of just one size is a bit of a compromise that has to be made when using this lib. Please add more...
Example site doesn't share well on social media. - Create branding image - Add meta tags including images - Add image to GitHub page
This can be seen on the [example site](https://react-simple-hook-modal.now.sh/)  Two options to consider here: - Show an overlay over the background modal, making to foreground modal stand out more. -...
Currently to set transitions you must configure it per `` instance. Add the ability to configuration this across all modals. Perhaps as a prop on `` for a quick win.