
We built a free, open-source WCAG 2.2 AA compliant React component library tested and verified by IAAP Web Accessibility Specialist
Hey everyone!
I've been working on an open-source React component library focused specifically on WCAG 2.2 AA accessibility and screen reader testing.
Many popular UI kits still struggle with screen reader focus management or keyboard navigation out of the box, so I wanted to build a set of primitives pre-tested against VoiceOver, NVDA, and JAWS.
- GitHub: https://github.com/A11YPros/a11y-ui
- Live Demo: https://ui.a11ypros.com
Features:
- Pre-tested with VoiceOver (macOS), Talkback (Android), NVDA (Windows), and JAWS (Windows)
- Full keyboard focus management (Tab, Shift+Tab, Escape, Arrow key selection)
- 100% MIT licensed open-source code
Currently building out more complex patterns (like accessible DatePickers and Calendars). Hope this is helpful for some of you!