A versatile timeline extension for Bulma.
Standard vertical timeline with markers and content blocks. Supports colored markers and icons.
<div class="timeline">
<header class="timeline-header">
<span class="tag is-medium is-link">Start</span>
</header>
<div class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-content">
<p class="heading">Step 1</p>
<p>Something happened.</p>
</div>
</div>
</div> March 2026
Uploaded a file to the server.
April 2026
Verification complete.
Use is-center for a symmetric, balanced timeline design.
January 2000
Everything began here.
May 2015
A significant milestone with an image marker.
<div class="timeline is-center">
<!-- Items will alternate sides -->
</div> 2023
Legacy systems migrated.
2022
Critical issue resolved.
Use is-right to align the timeline to the right side of its container.
<div class="timeline is-right">
...
</div>