Index in Angular Accordion component

4 Apr 20231 minute to read

The Angular Accordion is a vertically collapsible content panel that displays one or more panels at a time within the available space.

Key features

  1. Rendering: Can be rendered based on the items collection and HTML elements.

  2. Expand Mode: Supports to define single or multiple expand mode for Accordion panels.

  3. RTL Support: Supports right-to-left alignment of the Accordion component by enabling enableRtl property.

  4. 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.