Dialogs implemented in React

Dialog, modal, light box and tooltip components implemented in React.
Designed with a focus on accessibility and to match the design patterns in [ARIA Authoring Practices guidelines][1]
See the [documentation and examples][2].
Sample styles can be found in the /styles directory.
``bash`
npm install
npm start
Visit http://localhost:1234/
See package.json for more commands.
2. Create a release branch with a name matching release-vx.x.x and push to github.npx np --any-branch
3. Update the changelog with the changes
4. Run against this branch - this will update the package.json versionmain`
5. Make sure the version update was pushed to github
6. Merge to
7. Update the github releases with the changes
[1]: https://w3c.github.io/aria-practices/
[2]: https://citizensadvice.github.io/react-dialogs