Docs / Components

SenseProgressBarComponent

Determinate and indeterminate progress indicators with accessible value announcements from @artificialsenselabs/ui.

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

Overview

Category: Display. Selector: sense-progress-bar. Import: import { SenseProgressBarComponent } from '@artificialsenselabs/ui';

Accessibility

  • Exposes role=progressbar with aria-valuenow in determinate mode.
  • Indeterminate mode sets aria-busy without a numeric value.
  • Localized aria-valuetext describes the current state.