Docs / Components

SenseTreeComponent

Hierarchical tree view with single or multiple selection and keyboard navigation from @artificialsenselabs/ui.

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

Overview

Category: Data display. Selector: sense-tree. Import: import { SenseTreeComponent } from '@artificialsenselabs/ui';

Accessibility

  • Exposes role="tree" with treeitem rows and expand/collapse toggles.
  • Arrow keys move between nodes; Left/Right collapse and expand branches.
  • Selection mode supports single or multiple with aria-selected sync.