New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: adding event listener example to rh-alert #690
Conversation
|
✅ Deploy Preview for red-hat-design-system ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
* doc: adding event listener example to rh-alert * doc: rh-alert event listener documentation reasoning * fix(alert): remove state switching to error after element is removed * docs(alert): adding section for preventing default close behavior to readme
We had discussed sometime back about adding documentation to the
rh-alertREADME outlining how you could add your own custom event handler forrh-alerton acloseevent. This is adding that code as well as a reasoning behind why you would use this.