Docs / Components

SenseTabsComponent

Tabbed panel navigation with keyboard support and optional closable tabs from @artificialsenselabs/ui.

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

Overview

Category: Navigation. Selector: sense-tabs. Import: import { SenseTabsComponent, SenseTabComponent, SenseTabPanelComponent } from '@artificialsenselabs/ui';

Accessibility

  • Tablist follows the APG tabs pattern with arrow-key roving focus.
  • Active tab panel is linked via aria-controls and aria-labelledby.
  • Closable tabs expose a localized dismiss control per tab.