Pages
An ISLE pagination component that allows the user to step through a sequence of pages.
Options
- activePage |
number
: active page. Default:1
. - disabled |
boolean
: controls whether the navigation bar is active or not. Default:false
. - title |
(string|node)
: displayed title of the pages container. Default:''
. - pagination |
string
: whether to show the pagination either on thetop
,bottom
, orboth
. Default:'top'
. - size |
string
: size of the pagination buttons (eitherdefault
,lg
, orsm
). Default:'default'
. - height |
(number|string)
: the maximum height of the container. If an embedded page is taller, a vertical scrollbar is added. Default:none
. - style |
object
: CSS inline styles. Default:{}
. - onSelect |
function
: Function invoked when active change is changed. Receives the new active page index as a sole parameter. Default:onSelect() {}
.
Examples
- Minimal
- Custom Pagination
- With CSS
Live Editor
Result
ReferenceError: Provider is not defined