${require('./_head.html') title=`Horizontal scroller` description=`<figure> acts as a container to make any content scrollable horizontally.` canonical=`scroller.html` } ${require('./_nav.html')}
${require('./_sidebar.html') active=`scroller-link`}

Horizontal scroller

<figure> acts as a container to make any content scrollable horizontally.

Useful to have responsive <table>

# Heading Heading Heading Heading Heading Heading Heading Heading Heading
1 Cell Cell Cell Cell Cell Cell Cell Cell Cell
2 Cell Cell Cell Cell Cell Cell Cell Cell Cell
3 Cell Cell Cell Cell Cell Cell Cell Cell Cell
<figure>
  <table>
    …
  </table>
</figure>
${require('./_footer.html')}