React ARIA

Posted by

Vincenzo Rubano
on · one minute reading.

Primarily developed by Adobe Systems INC., react-aria is a set of react hooks aimed at helping developers create accessible design systems. This library provide ready-to-use implementations of interactions and behaviors required in order to make custom widgets accessible by leveraging the WAI-ARIA specification.

React-aria supports the most commonly used widgets, providing behaviors and interactions that work across browsers and devices. As its name suggests, the library can be used within react-based projects.

Filed under: