@citizensadvice/react-dialogs
v2.0.0
Published
Dialogs implemented in React
Downloads
5,287
Keywords
Readme
React dialogs
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
Usage
See the documentation and examples.
Sample styles can be found in the /styles directory.
Development
npm install
npm start
Visit http://localhost:1234/
See package.json for more commands.
Releasing a new version
- Create a release branch with a name matching
release-vx.x.x
and push to github. - Update the changelog with the changes
- Run
npx np --any-branch
against this branch - this will update the package.json version - Make sure the version update was pushed to github
- Merge to
main
- Update the github releases with the changes