Timeline

We all are quite familiar with vertical timelines: all instant messaging applications use them. A current trend in web design is to use a similar structure, but to show a process rather than a sequence of events. With Remark, you can display your panels that are in a single column in a vertical timeline.

How it works

<script>
$js(function () {
  $js('body').remarkable({
    timeline: true
  });
});
</script>

Remark utilizes Flexbox to align the panels inside the timeline.

Last updated

Was this helpful?