Pagination

Page navigation with prev/next and numbered buttons.

Preview

Usage

import { Pagination } from '@ramtt/ui'

<Pagination page={3} totalPages={10} onChange={setPage} />

Props

PropTypeDefaultDescription
page*numberCurrent page
totalPages*numberTotal pages
onChange*(page: number) => voidPage change handler
siblingCountnumber1Pages shown beside current