Navigation
Pagination
Page navigation with ellipsis, prev/next arrows.
Few pages (5)
Page 1 of 5
Many pages with ellipsis (20)
Page 5 of 20
Lots of pages (50)
Page 1 of 50
Usage
import { Pagination } from '@pulsesync/uikit'
<Pagination
totalItems={100}
itemsPerPage={10}
currentPage={page}
onPageChange={setPage}
/>