Skip to content

Pagination

<vox-pagination> navigates numbered pages. Children are plain links; mark the current one with aria-current="page".

html
<vox-pagination>
  <a href="?page=1">1</a>
  <a href="?page=2" aria-current="page">2</a>
  <a href="?page=3">3</a>
</vox-pagination>

Released under the Apache-2.0 License.