Skip to content

Series Nav

<vox-series-nav> provides previous/next links between pages in a series.

html
<vox-series-nav
  previous-href="/install"
  previous-label="Installing the server"
  next-href="/agents"
  next-label="Configuring agents"
></vox-series-nav>

API

AttributeTypeDescription
previous-href / previous-labelstringPrevious page (omit href to hide)
next-href / next-labelstringNext page (omit href to hide)

Released under the Apache-2.0 License.