Timeline
A customizable, visual timeline component for presenting events, steps, or chronological tasks.
Components Layout
Examples
Alternate
Custom Dots
Horizontal
RTL (Right-to-Left)
API
Timeline
The root wrapper component for the timeline. It acts as the context provider for coordination between steps.
Prop
Type
TimelineItem
A container component representing a single event or step in the timeline.
Prop
Type
TimelineConnector
Renders the connecting line between timeline items. It dynamically changes style (e.g. active color) depending on step progression.
Prop
Type
TimelineDot
The circular visual marker or dot for the step. Can accept custom icons/children.
Prop
Type
TimelineContent
Layout container for placing the content, titles, dates, and description inside the item.
Prop
Type
TimelineHeader
Layout wrapper for the header section of the step (typically grouping title and time).
Prop
Type
TimelineTitle
Text component for the title of the timeline event.
Prop
Type
TimelineDescription
Text component for the secondary descriptive text of the event.
Prop
Type
TimelineTime
A component that renders a formatted date/time stamp using the HTML <time> element.
Prop
Type
How is this guide?