Docs / Components

SenseToolbarComponent

Horizontal action bar with roving tabindex and arrow-key navigation from @artificialsenselabs/ui.

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

Overview

Category: Layout. Selector: sense-toolbar. Import: import { SenseToolbarComponent } from '@artificialsenselabs/ui';

Accessibility

  • Exposes role=toolbar with a required accessible name.
  • Roving tabindex keeps one tab stop inside the toolbar.
  • Arrow keys move focus between toolbar items.