Print Desk

The Atom design system, rendered live from its own tokens and components — it cannot drift from what ships.

Docs Components

Paginationexperimental

Page through long lists. The current page sits on an ink plate, and the arrows gray out at the ends.

paginationnavigationlist

API

PropTypeDescription
page requirednumber1-based current page.
pageCount requirednumberTotal pages.
onPageChange requiredfunctionReceives the target page.

Guidelines

  • shouldResult-count text ('Showing 1–15 of 120') lives next to the pager, sharing its type.caption style.
  • mustNever trap the user: prev/next disable at the ends rather than disappearing.