Skip to main content

ActivityTimeline

ActivityTimeline — Prism component.

Signature
Density
Viewport
Theme follows the navbar ☀/☾ toggle
Live demo
Open ↗

When to use

ActivityTimeline — Prism component.

Accessibility

Pipeline/timeline state is conveyed in text (not just colour); action bars are keyboard reachable and announce the item under review.

Import

const { ActivityTimeline } = window.PrismDesignSystem_39d121;

Props

PropTypeRequiredDescription
itemsTimelineItem[]Flat chronological list.
groups\{ label: string; items: TimelineItem[] \}[]Or date-grouped sections; takes precedence over items.
classNamestring