Accessibility in React Skeleton component

30 Jan 20231 minute to read

Accessibility is achieved in the Skeleton component through WAI-ARIA standard. The Skeleton component can be effectively accessed through assistive technologies such as screen readers.

ARIA attributes

The Skeleton component characterized with complete ARIA accessibility support that helps to be accessible by on-screen readers and other assistive technology devices. The following ARIA attributes are applicable for Skeleton component based on its state.

Properties Functionality
role This attribute is added to the input element to describe the actual role.
aria-label Attribute provides the text label with some default description for the Skeleton.
aria-live The aria-live attribute indicates the priority of updates to a live region.
aria-busy This attribute is set to true when component is shown.