Svelte Pagination
The Svelte pagination component consists of button-like styled links, that are arranged side by side in a horizontal list. Pagination is built with list HTML elements so screen readers can announce the number of available links.
Learn how to create nice looking pagination using these Svelte pagination examples to indicate a series of related content exists across multiple pages and to navigate through pages easily.
Example
Disabled and active states
Sizing
Fancy larger or smaller pagination? Add
.pagination-lg
or
.pagination-sm
for additional sizes.
Alignment
Change the alignment of pagination components with flexbox utilities.