Pagination Component (shadcn/ui) #456
Unanswered
dmytrotree
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to implement
<Link />
despite the absence of Next.js in thedesign-system
package in its current setup?By default the

<PaginationLink />
component will render an<a />
tag. To use the Next.js<Link />
component, make the following updates topagination.tsx.
Link to docs: shadcn/pagination
Beta Was this translation helpful? Give feedback.
All reactions