summaryrefslogtreecommitdiffstats
path: root/doc/backends/deckjs/deck.js/extensions/navigation/deck.navigation.html
blob: 5237f4ae7fbf81abc8a09c53340f553948210028 (plain)
1
2
3
4
5
<!-- Place the following snippet at the bottom of the deck container. -->
<div aria-role="navigation">
  <a href="#" class="deck-prev-link" title="Previous">&#8592;</a>
  <a href="#" class="deck-next-link" title="Next">&#8594;</a>
</div>