Docs / Components
SenseOrganizationChartComponent
Hierarchical org chart with expand/collapse and optional selection from @artificialsenselabs/ui.
Live demo: run nx serve showcase and open /components/organization-chart (port 4202).
Overview
Category: Data display. Selector: sense-organization-chart. Import: import { SenseOrganizationChartComponent } from '@artificialsenselabs/ui';
Accessibility
- Root exposes
role="tree"with a localized accessible name. - Arrow keys move between nodes; Enter toggles expand or selects when enabled.
- Expanded and selected states sync with
aria-expandedandaria-selected.