StealThis .dev

Pagination

Page navigation controls with first/prev/next/last, ellipsis for large page counts, page size selector, and a simple mini variant.

Open in Lab
css vanilla-js
Targets: JS HTML

Code

Pagination

Navigate through large datasets split across multiple pages.

Variants

  1. Full — page numbers with ellipsis: « 1 2 … 8 9 10 … 19 20 »
  2. Mini← Page 4 of 20 →
  3. With page-size selector — Show 10 / 25 / 50 per page

Ellipsis logic

Always show first/last page. Show up to 3 pages around current. Insert where pages are skipped. State is fully reactive — clicking any page re-renders the control.