bulma-timeline icon indicating copy to clipboard operation
bulma-timeline copied to clipboard

Would be great to have an "title" class for "timeline-item"

Open palboss opened this issue 3 years ago • 0 comments

<div class="timeline-item">
    <div class="timeline-marker"></div>
    <div class="timeline-title">January 2021</div>
    <div class="timeline-content">
      <p>Timeline content - Can include any HTML element</p>
    </div>
  </div>
</code>

Thank you for all these amazing bulma extensions btw, huge work!

palboss avatar Aug 05 '21 05:08 palboss