Navigation and identification between multiple pages.
The basic Pagination
usage.
The maximum number of pages that can be displayed
Customize buttons as icons.
Attribute | Description | Type | Accepted values | Default |
---|---|---|---|---|
initialPage | the page selected by default | number | - | 1 |
page | current page | number | - | 1 |
count | the total number of pages | number | - | 1 |
limit | limit of display page | number | - | 7 |
onChange | change event | (page: number) => void | - | - |
... | native props | HTMLAttributes | 'id', 'className', ... | - |
Attribute | Description | Type | Accepted values | Default |
---|---|---|---|---|
... | native props | ButtonHTMLAttributes | 'id', 'className', ... | - |
Attribute | Description | Type | Accepted values | Default |
---|---|---|---|---|
... | native props | ButtonHTMLAttributes | 'id', 'className', ... | - |
Previous
Page
Next
Popover