Pagination
A set of components to build pagination navigation.
Installation
npm install @radix-ui/react-paginationProps
| Component | Props | Description |
|---|---|---|
| PaginationLink | isActive?: boolean | Highlights the current page in the pagination. |
| PaginationPrevious | href: string | Link to the previous page. |
| PaginationNext | href: string | Link to the next page. |