react-modals
Accessible modal dialog component for React.js.
This project was forked from rackt/react-modal at version 0.6.1.
The reason for this is because I needed a Modal component for my projects and I wanted to avoid being dependant on Bootstrap 3.x JS dependencies (both jQuery and bootstrap.js plugin).
In addition, this proved to be a great learning experience and improved my React-ninja-skills.
Notes
This project is in development and there is a lot left to be done. A few future features/improvements are:
- Add tests
- Improved docs and README
- Provide examples
Once I'm confident that I've covered the bases above, then will I release a minor version. Until then, it'll be patches and expect the API to change!