Slots
default
- slot-scope:
scope
— array of items for current pagepage
— current page numberpages
— total number of pagesprevious
— array of visible previous pagesnext
— array of visible next pages
Default slot where you should render your item's template
controls
- slot-scope:
page
— current page numberpages
— total number of pagesprevious
— array of visible previous pagesnext
— array of visible next pages
Slot where you can use your own controls. Both for top and bottom controls
top-controls
- slot-scope:
page
— current page numberpages
— total number of pagesprevious
— array of visible previous pagesnext
— array of visible next pages
Slot where you can use your own top controls.
bottom-controls
- slot-scope:
page
— current page numberpages
— total number of pagesprevious
— array of visible previous pagesnext
— array of visible next pages
Slot where you can use your own bottom controls.