react-simple-hook-modal icon indicating copy to clipboard operation
react-simple-hook-modal copied to clipboard

A simple React modal with hook based API

Results 13 react-simple-hook-modal issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](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...

dependencies

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...

enhancement

This would be a useful addition to help move around the UI with just the keyboard.

enhancement

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?

enhancement

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...

enhancement

Example site doesn't share well on social media. - Create branding image - Add meta tags including images - Add image to GitHub page

documentation

This can be seen on the [example site](https://react-simple-hook-modal.now.sh/) ![image](https://user-images.githubusercontent.com/20131783/80637858-89635e00-8a57-11ea-91a9-aff57fb48173.png) Two options to consider here: - Show an overlay over the background modal, making to foreground modal stand out more. -...

bug

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.

enhancement