Command Palette

Search for a command to run...

Pagination

A set of components to build pagination navigation.

Installation

npm install @radix-ui/react-pagination

Props

ComponentPropsDescription
PaginationLinkisActive?: booleanHighlights the current page in the pagination.
PaginationPrevioushref: stringLink to the previous page.
PaginationNexthref: stringLink to the next page.