react-paginate icon indicating copy to clipboard operation
react-paginate copied to clipboard

Support for custom link components

Open krazyjakee opened this issue 4 years ago • 2 comments

Frameworks such as NextJS don't support a tags as a method of linking between pages. It would be great to have an option to pass a Node into ReactPagination to stand in place of the a tag.

Something like... linkComponent: Node (default: a)

Thanks

krazyjakee avatar Mar 13 '22 22:03 krazyjakee

We could introduce that for the v9

Related #333 #255

MonsieurV avatar Mar 14 '22 03:03 MonsieurV

Did anyone find a solution for using the <Link> tag of NextJS?

MarkVink avatar Jan 24 '23 13:01 MarkVink