Skip to content

Timeline

Events in order, with real dates. A rail on the left, meaning on the right.

Example

  • v0.1. Foundation ships with Button, Badge, Alert.

  • v0.2. Forms land with validation states.

  • v0.3. Navigation across the board.

<Timeline label="Release history">
  <TimelineItem time="12 Sep 2026" datetime="2026-09-12">
    <p><strong>v0.1.</strong> Foundation ships.</p>
  </TimelineItem>
  ...
</Timeline>

Props

PropTypeDefaultDescription
align (Timeline)left | alternateleftAlternate right-aligns even content on desktop.
time / datetimestring-Display date + machine date.
dotLabelstring-Names the dot as an image when it means something.

Accessibility