skills/pagination/SKILL.md
Use when implementing navigate through multiple pages of content.
npx skillsauth add thedaviddias/ux-patterns-for-developers paginationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Navigate through multiple pages of content
Pagination divides large content collections into manageable chunks or pages. Users navigate through data sets, search results, or product listings without getting overwhelmed by too much information at once. Pagination works well, but consider alternatives like infinite scroll or "Load More" buttons for certain content types. Your choice between pagination and infinite scroll depends on content nature, user behavior, and interface goals.
Use pagination when content needs structured, progressive loading for smoother user experience and better performance. Pagination helps users navigate large information sets without getting overwhelmed. Common scenarios include:
references/pattern.md, then choose the smallest viable variation.Required ARIA Attributes:
The following table outlines the standard keyboard interactions for pagination components: | Key | Action | | ----------- | -------------------------------------------------------- | | Tab | Navigate among pagination controls and page buttons |
Response Times:
The Problem: Users can't gauge content size or their progress.
How to Fix It: Show total page count or items ("Page 3 of 12" or "Showing 21-30 of 120 items").
The Problem: Users lose track of their current page, especially after scrolling.
How to Fix It: Distinguish the active page with contrasting colors, borders, or size.
The Problem: Page numbers and controls are too small for easy clicking, especially on mobile.
How to Fix It: Use minimum 44x44px touch targets with adequate spacing between elements.
For full implementation detail, examples, and testing notes, see references/pattern.md.
Pattern page: https://uxpatterns.dev/patterns/navigation/pagination
tools
Use when implementing help users understand their current location.
tools
Use when implementing multi-step forms and processes.
content-media
Use when implementing video playback with controls.
development
Use when choosing, comparing, or implementing UX patterns across the UX Patterns for Developers corpus.