UI MarCom

Pagination Stable

Overview and navigation of connected pages.

<uimc-pagination id="pagination" current="1" total="5"></uimc-pagination>

AttributeDescriptionValuesDefault
totalSets the total number of pagesNumber1
currentSets the current page numberNumber1

CallbackArgumentDescription
onClickpageNumberPass a callback function that gets triggered when a pagination item is clicked

Working sample

<uimc-pagination id="pagination" current="1" total="5"></uimc-pagination>