Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1.07 KB

Accessibility.md

File metadata and controls

16 lines (9 loc) · 1.07 KB

Accessibility

Web accessibility is something that must be prioritized. Therefore, I advise the following link where there are detailed steps on how to make your site accessible to people with disabilities. Getting Started with Web Accessibility in React

  • eslint-plugin-jsx-a11y: Static AST checker for a11y rules on JSX elements

  • React A11y: Identifies accessibility issues in your React.js elements

  • react-aria-modal: A fully accessible React modal built according WAI-ARIA Authoring Practices

  • code-surfer: React component for scrolling, zooming and highlighting code

  • React Native TTS: React Native Text-To-Speech library for Android and iOS

  • React-axe: Accessibility auditing for React.js applications