Pagination
Pagination with page navigation, next and previous links.
Installation
Usage
Examples
Next.js
By default the <PaginationLink />
component will render an <a />
tag.
To use the Next.js <Link />
component, make the following updates to pagination.tsx
.