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

How to add Skip to the start and Skip to the end double arrows.

Open graydirt opened this issue 1 year ago • 1 comments

How to achieve it like this.

Screen Shot 2023-03-07 at 2 39 57 PM

So the << onClick will go to the first page, while the >> will go to the last page.

Below is my code and here is my codesandbox here. Feel free to fork it.

<ReactPaginate breakLabel="..." nextLabel="›" onPageChange={handlePageClick} pageRangeDisplayed={3} marginPagesDisplayed={1} pageCount={pageCount} previousLabel="‹" />

graydirt avatar Mar 07 '23 06:03 graydirt

KIndly Review and update me if require any changes

SyedZain714 avatar Sep 23 '23 18:09 SyedZain714