Our Tailwind CSS pagination can be used to show a user how to navigate between different pages of table or a group of elements.

Below we are presenting our examples of pagination component build using Button, IconButton and ButtonGroup components that you can use in your Tailwind CSS and React project.


Examples on this page are using @heroicons/react make sure you have installed it.

npm i @heroicons/react



Circular Pagination

Use the example below to create a pagination with circular buttons shape.


Simple Pagination

Use the example below to create a simple and minimal pagination.

Page 1 of 10


Pagination Group

Use the example below to create a pagination that uses ButtonGroup for creating a group pagination.

Edit this page on Github