Pagination
Navigate to the previous or next page.
Best Practices
- Use Pagination for sequential navigation between sibling pages (docs articles, blog posts, onboarding steps). For revealing more rows of the same data set, use Show More or a numbered pager.
previous.titleandnext.titleare the destination page names (Deploy Hooks,Environment Variables). Geist already renders thePrevious/Nextlabel, the chevron, and theGo to {direction} page: {title}aria label; don’t prepend arrows orGo to.- Hide the slot at the start or end of a sequence instead of disabling it; an empty rail reads cleaner than a dimmed link with nowhere to go.
- Keep titles Title Case and short enough to fit the rail without wrapping; long destination names truncate, so put the distinctive word first.
- Don’t restate ordinal positions like
Page 3 of 10insideprevious.titleornext.title. Pagination is sibling-link, not a numbered pager.
Was this helpful?