Add Dialog pattern #26
Labels
accessibility
Improving the accessibility of an interface
enhancement
New feature or request
ux
Designing and implementing user experience improvements
Description
Description
A dialog component should be added to the Accessibility Patterns Library and documented.
Acceptance Criteria
See Contributing Guidelines
Testing
Each pattern added to the library should be tested thoroughly to ensure it meets WCAG AA standards.
Testing Tips
The pattern library includes the a11y addon that adds an "Accessibility" tab to each component's canvas and performs automated accessibility testing. Use this to ensure there are no violations.
When running Storybook locally, you can view your component in a standalone window by clicking the "Open canvas in a new tab" icon button in the top right. You can use this window to test your component in isolation.
Use Case
Dialogs are commonly used in our clients' websites as a method to notify the user to an take action. A dialog can appear as part of the page document content model. Or appear as a modal overlay where the page document content becomes inert.
This pattern should be added to the library and documented so that everyone at Alley can reference the pattern and create accessible tab components within their projects.
The text was updated successfully, but these errors were encountered: