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
| Prop | Type | Default | Description |
|---|---|---|---|
items | TimelineItem[] | Required | Array of objects with date, title, and description. |