react-modals

Simple, accessible modal dialog component for React.JS

Usage no npm install needed!

<script type="module">
  import reactModals from 'https://cdn.skypack.dev/react-modals';
</script>

README

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:

  1. Add tests
  2. Improved docs and README
  3. 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!