Docs / Components

SenseAccordionComponent

Expandable panel groups with single or multiple open sections and keyboard header navigation from @artificialsenselabs/ui.

Live demo: run nx serve showcase and open /components/accordion (port 4202).

Overview

Category: Layout. Selector: sense-accordion. Import: import { SenseAccordionComponent, SenseAccordionPanelComponent } from '@artificialsenselabs/ui';

Accessibility

  • Panels expose button headers with aria-expanded and aria-controls wiring.
  • Arrow keys move focus between headers within the accordion.
  • Disabled panels cannot be expanded.