Pagination

Also known as: Page navigation, Next/previous button

Preview

Resources

Properties

PropertyValuesDefault
Selected VariantDefault | ActiveDefault
State VariantDefault | Hover | FocusDefault
Label TextstringPage 1
Controls Booleansfalse | truefalse

When to use

There is a large amount of content that needs to be split across multiple pages.
The content is not loaded dynamically.
Users may need to jump to a specific page.
Infinite scrolling or a “Load more” button provides a better user experience.
The pages don’t have a logical sequence, for example independent categories instead of continuous content.