Skip to content

Timeline

Vertical timeline component for displaying chronological events with icons and descriptions.

Basic Usage

vue

<TTimeline :items="items" />

API

Props

PropTypeDefaultDescription
itemsTimelineItem[][]Timeline event items

TimelineItem

FieldTypeDescription
titlestringEvent title
descriptionstringEvent description
timestringTimestamp
iconComponentEvent icon
activebooleanActive/highlight state
colorstringIcon color