Timeline
Vertical timeline component for displaying chronological events with icons and descriptions.
Basic Usage
vue
<TTimeline :items="items" />API
Props
| Prop | Type | Default | Description |
|---|---|---|---|
items | TimelineItem[] | [] | Timeline event items |
TimelineItem
| Field | Type | Description |
|---|---|---|
title | string | Event title |
description | string | Event description |
time | string | Timestamp |
icon | Component | Event icon |
active | boolean | Active/highlight state |
color | string | Icon color |