Docs / Components

SensePanelMenuComponent

Accordion-style navigation menu with expandable panels and leaf action links from @artificialsenselabs/ui.

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

Overview

Category: Navigation. Selector: sense-panel-menu. Import: import { SensePanelMenuComponent } from '@artificialsenselabs/ui';

Accessibility

  • Exposes role="navigation" with configurable ariaLabel.
  • Panel headers toggle with Enter/Space; leaf items activate with keyboard.
  • Nested panels preserve heading structure for screen-reader context.