Tabs

Add quick, dynamic tab functionality to transition through panes of content.

Remark provides a simple and effective way to enable tabs by allowing you to select the column you want tabbed.

How it works

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

By default, the tabbable option, by itself, just applies some basic border and padding to the content containers.

Last updated

Was this helpful?