page-indicator
Description
Display a number of page indicator symbol based on configuration.
Attributes
tile
:page-indicator
options
: [Object]max
: Provide a Number of indicator you want to show
icon
: [Objects]current
: By default isfas fa-circle
. Also a by default a current index is 0.previous
: By default isfas fa-circle
next
: By default isfas fa-circle
styles
: wrapper | iconclasses
: wrapper | icon
Example
{
"tile": "page-indicator",
"options": {
"max": 3
},
"icon": {
"previous": "fal fa-arrow-square-down",
"current": "fas fa-plus text-muted",
"next": "fal fa-arrow-square-down"
},
"styles": {
"icon": {
"fontSize": "15px"
}
}
}