Pagination
Navigation for paginated content with page numbers, previous/next controls, and ellipsis.
Default
Usage
Use pagination for large datasets that are split across multiple pages. Show enough context (current page, neighbors) without overwhelming the user.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| isActive | boolean | false | Highlights the current page (on PaginationLink) |
| href | string | — | Link target (on PaginationLink, PaginationPrevious, PaginationNext) |