react-paginate
react-paginate copied to clipboard
Support for custom link components
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
Did anyone find a solution for using the <Link> tag of NextJS?