Skip to content
LinkPress™

Ui

Timeline

Visual vertical timeline for history or roadmaps.

The Timeline component visualizes a sequence of events.

Usage


const items = [
  { date: '2023', title: 'Founded', description: 'We started our journey.' },
  { date: '2024', title: 'Growth', description: 'Reached 100k users.' }
];

{/* Timeline demo (component not bundled) */}

Example

Props

PropTypeDefaultDescription
itemsTimelineItem[]RequiredArray of objects with date, title, and description.