Preview
Use Case
Designed to scale from 5 to 500 pages, this pagination component uses smart ellipsis logic to keep the UI compact while maintaining context. All buttons include proper ARIA labels.
Industry Applications
Large Dataset Navigation (logistics)
Navigate large inventories with smart ellipsis handling. The pagination scales from 5 to 500+ pages while keeping the UI compact.
- • First/last page quick navigation
- • Smart ellipsis for middle page ranges
- • Configurable sibling count
- • All buttons ARIA-labeled for screen readers
Props API
| Prop | Type | Default | Description |
|---|---|---|---|
currentPage | number | 1 | Bindable current page number |
totalPages | number | 5 | Total number of pages |
siblingCount | number | 1 | Pages to show on each side of current |
class | string | — | Additional CSS classes |
Related Components
See it in Action
Explore the Pagination in an interactive dashboard environment.
Customize in ShowroomMore Layout Components
Panel
The Panel component groups related content with a consistent label style.
Toolbar
This control strip combines multiple input types into a cohesive unit, reducing visual noise while maximizing functionality.
Divider
Simple but essential, the Divider creates visual breathing room between sections.