Pagination Stable
Overview and navigation of connected pages.
<uimc-pagination id="pagination" current="1" total="5"></uimc-pagination>
Attribute | Description | Values | Default |
---|---|---|---|
total | Sets the total number of pages | Number | 1 |
current | Sets the current page number | Number | 1 |
Callback | Argument | Description |
---|---|---|
onClick | pageNumber | Pass a callback function that gets triggered when a pagination item is clicked |
Working sample
<uimc-pagination id="pagination" current="1" total="5"></uimc-pagination>