About this set
Pagination where it is used most: in the footer of a data table. The demo shows an invoice table in a rounded card with a footer that holds a Rows per page select and a 26–50 of 248 range readout on the left, and compact 32px bordered page links aligned to the right. The footer uses flex with wrapping, so on a narrow screen the page links drop below the rows-per-page control rather than squeezing it. The table itself sits in a horizontally scrollable region, so its columns stay readable on a phone instead of being clipped by the card; the region is focusable and labelled so keyboard users can scroll it too. Column headers are marked with scope=”col”, the select is wrapped in its label, and the page links sit in a nav labelled Pagination with aria-current on the active page. The Bootstrap version combines .card, .table, .table-responsive, .form-select-sm and .pagination, restyled through their CSS variables; the Tailwind version builds the same card, table and footer with utility classes.
What’s included
- Rows-per-page select and range readout
- Compact 32px page links aligned right
- Footer wraps cleanly on narrow screens
- Horizontally scrollable, keyboard-focusable table region
- Bootstrap version uses .card, .table, .table-responsive and .pagination
Accessibility
Headers use scope="col", the rows-per-page select is wrapped in its label, and the page links sit in a nav labelled Pagination with aria-current="page" on the active page. The scrollable table wrapper has tabindex="0", role="region" and an aria-label, so it can be scrolled from the keyboard. Links, the select and the region show a 2px blue focus outline, header text meets 4.5:1 contrast, and transitions stop under prefers-reduced-motion.
Customise it
In plain CSS change the #2563eb current page, the 32px link size in .foot .pg a and the #e2e8f0 card border on .tbl. In Bootstrap edit --bs-card-border-color on .card-table, --bs-table-border-color on .table-uic and the pagination variables. In Tailwind swap --color-brand, h-8 min-w-8 and border-slate-200.






