TimelineStrip
Horizontal timeline bar with markers and zones.
Preview
Usage
import { TimelineStrip } from '@ramtt/ui'
<TimelineStrip duration={3600} unit="s" markers={markers} />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| duration* | number | — | Total duration |
| markers* | TimelineMarker[] | — | Position markers |
| zones | TimelineZone[] | — | Colored zones |
| height | number | 48 | Strip height |