Index in React Accordion component
30 Jan 20231 minute to read
The React Accordion is a vertically collapsible content panel that displays one or more panels at a time within the available space.
Key features
-
Rendering: Can be rendered based on the items collection and HTML elements.
-
Expand Mode: Supports to define single or multiple expand mode for Accordion panels.
-
RTL Support: Supports right-to-left
alignment of the Accordion component by enablingenableRtl
property. -
Accessibility: Provides built-in compliance with the WAI-ARIA specifications and it is achieved through attributes. By default,
it allows to interact with Accordion by using keyboard shortcuts.