Components
GlassTimeline
A vertical list of events with colored status markers.
Preview
Deploy succeeded
10:24 AMProduction build deployed without errors.
Build started
10:18 AMCI pipeline triggered from main branch.
Memory usage high
09:55 AMUsage peaked at 87% for 2 minutes.
Deploy failed
09:30 AMTypeScript errors blocked the build.
Usage
Props
GlassTimeline
Extends native <ol> props. No additional props.
GlassTimelineItem
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | — | Event title (required) |
description | string | — | Supporting text |
time | string | — | Timestamp shown on the right |
status | "default" | "success" | "warning" | "error" | "default" | Marker color |
icon | ReactNode | — | Icon rendered inside the marker |
All native <li> props are also accepted on items.