You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we should have a standard modal we implement.
Initially we could role with just using Magnific or something but long term I'd like to use native modals <dialog> because they come with automatic accessibility and semantic benefits.
Additional accessibility stuff: https://github.com/edenspiekermann/a11y-dialog
We should have a class or something that when that element is clicked triggers the modal.
CSS for this should go in cs-defaults.css
The text was updated successfully, but these errors were encountered:
Modals are a common UI
I think we should have a standard modal we implement.
Initially we could role with just using Magnific or something but long term I'd like to use native modals
<dialog>
because they come with automatic accessibility and semantic benefits.Additional accessibility stuff:
https://github.com/edenspiekermann/a11y-dialog
We should have a class or something that when that element is clicked triggers the modal.
CSS for this should go in cs-defaults.css
The text was updated successfully, but these errors were encountered: