Skip to content

Timeline

Timelines provide visual timelines for conveying chronoligical information, such as historical events, storytelling, and process overviews.

Open Full Example
<ul class="timeline">
  <li class="timeline__list-item">
    <div class="timeline__indicator"><span class="timeline__icon"></span></div>
    <div class="timeline__card palette-bg-light-blue"><small class="timeline__subhead">Aug 1, 2017</small>
      <h3 class="timeline__title">Card Title</h3>
      <div class="timeline__body">
        <p>This is an example of a white timeline card. It features a date, title, and teaser text.</p>
      </div>
    </div>
  </li>
</ul>
  • For storytelling detailing historical events
  • For outlining steps in a process or workflow
  • Don’t use for non chronological designs: If the design is not conveying a chronological set of steps or events, a timeline should not be used.
ElementDescriptionUsageRequiredMultiple
List ItemAn event in the timelineYesYes
TitleThe event titleThe title of the eventNoNo
BodyThe event bodyThe core body content of the eventYesNo