3.3.14 • Published 6 years ago
@kano/kwc-pagination
Licence
—
Version
3.3.14
Deps
4
Size
16 kB
Vulns
0
Weekly
0
<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