byronwade/ui
Application UI

House components · Application UI

Event Timeline

A vertical "domain events" style timeline that renders a list of labeled events with toned status dots, optional descriptions, and monospaced timestamps connected by a vertical rule.

Feature showcase

Installation

Features

  • 7 examples

    Default, Live Feed, Rich Content, Single Event, Timestamps, Title Only, Tones.

API

Props

PropTypeDefaultDescription
eventsTimelineEvent[]-Array of timeline event objects to render, each with a title, optional description, optional timestamp, and optional tone.
classNamestring-Additional CSS classes applied to the root <ol> element.

Source and related

FilePath
Componentregistry/components/event-timeline.tsx
Default examplecontent/examples/event-timeline/default.tsx
Live Feed examplecontent/examples/event-timeline/live-feed.tsx
Rich Content examplecontent/examples/event-timeline/rich-content.tsx
Single Event examplecontent/examples/event-timeline/single-event.tsx
Timestamps examplecontent/examples/event-timeline/timestamps.tsx
Title Only examplecontent/examples/event-timeline/title-only.tsx
Tones examplecontent/examples/event-timeline/tones.tsx