Pagination
Last updated
Last updated
A component to navigate through paginated content.
onChange
Function
: (item: Number) -> *
None
Gets called when the selected page changes. Takes the new index as a unique parameter.
pages
Number
0
The total amount of pages.
selected
Number
0
The currently selected page (zero based numbering).
touchMode
Boolean
false
When true
, adapts the component to touch screens by making the targets bigge