Docs / Components

SenseTimelineComponent

Vertical timeline for chronological events with optional dates and descriptions from @artificialsenselabs/ui.

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

Overview

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

Accessibility

  • Events render as a semantic <ul> list with one <li> per event.
  • List landmark receives aria-label from ariaLabel or the default i18n string.
  • Optional <time> elements surface event dates when provided.
  • Event titles use heading markup for a logical document outline within the timeline.