GitHubnpm

Accent theme

Base radius

GitHubnpm

Accent theme

Base radius

Colour scheme

Docs menu

Guides


Primitives
Forms
Layout
Feedback
Overlays
Navigation
Data Display
AI

Pagination

A real <nav aria-label="Pagination"> wrapping a real<ol> of page links. The active page is markedaria-current="page".

Playground

Toggle every adjustable prop and watch the component — and the code — update live.

Unstyled

Same component — Kernel look stripped. See Platforms.

current
disabled controls
Usage
<Pagination>
  <PaginationPrevious />
  <PaginationItem href="?page=1" current>1</PaginationItem>
  <PaginationItem href="?page=2">2</PaginationItem>
  <PaginationItem href="?page=3">3</PaginationItem>
  <PaginationNext />
</Pagination>

Parts

Props for Pagination.
ComponentRenders
Pagination<nav> + <ol>
PaginationItem<li><a>, accepts current
PaginationPrevious / PaginationNext<li><button>
PaginationEllipsis<li aria-hidden>