Skip to content

Commit

Permalink
fix(readme): wording
Browse files Browse the repository at this point in the history
  • Loading branch information
john-james-gh authored Jan 17, 2023
1 parent 1c962e8 commit 2ba6709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ⚛️ React Typescript Accessible Modal

Bare bones React Typescript Modal aka Overlay aka Dialog component that adhers to WCAG (Web Content Accessibility Guidelines) and WAI-ARIA (Web Accessibility Initiative - Accessible Rich Internet Applications) specifications for accessibility including color contrast for low-vision users, and accessible labels, keyboard navigation, and focus state management for keyboard-only users.
Bare bones React Typescript Modal aka Overlay aka Dialog component that adhers to [WCAG](https://www.w3.org/WAI/standards-guidelines/wcag/) and [WAI-ARIA](https://www.w3.org/WAI/ARIA/apg/) specifications for accessibility including color contrast for low-vision users, and accessible labels, keyboard navigation, and focus state management for keyboard-only users.

## ⚙️ Install

Expand Down

0 comments on commit 2ba6709

Please sign in to comment.