Pagination
Displays an 8-bit pagination component.
8-bit pagination component
Installation
pnpm dlx shadcn@latest add @8bitcn/pagination
Usage
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.