BPagination
Simple pagination component.
Example
index.tsx
BPagination props
Property
Description
Type
Default
disabled
makes the element not mutable
boolean
false
bigStep
render additional buttons for going to the first/last page
boolean
false
currentPage
current page number
number
-
pageCount
count of pages
number
-
handlePageChange
Callback when page is changed
(page: number) => void
-
Last updated