-
If you have
eslint-plugin-jsx-a11y
installed, you can start diagnosing for potential accessibility issues by runningnpm run lint
(make sure you include that script in yourpackage.json
). Similarly, you can usereact-axe
ortota11y
plugins. -
Missing form labels is one of the most common accessibility issues.
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.