@kano/kwc-pagination
v3.3.14
Published
UI for pagination
Downloads
34
Maintainers
Keywords
Readme
<kwc-pagination>
A configurable page navigation bar.
Installation
Grab it from the NPM repository and add it as a dependency of your project with
yarn add @kano/kwc-pagination
Usage
import '@kano/kwc-pagination/kwc-pagination.js';
html`
<kwc-pagination jump-controls pagination-controls total-pages="360" current-page="7"></kwc-pagination>
`;
API
The following properties are available:
startsOn
: A number defining the start page for the navigation bartotalPages
: A number defining the total number of pages availablecurrentPage
: A number defining the selected pagerange
: A number defining the number of pages to display between the bar controlspaginationControls
: Turn on or off the next and previous buttonsjumpControls
: Turn on or off the got to last and got to first buttonslastPage
: Turn on or off showing the last page at the end
This element dispatches one event: go-to-page
. This event signals that the user chose a page to go to. Use this data to update the selected page