3.3.14 • Published 4 years ago

@kano/kwc-pagination v3.3.14

Weekly downloads
1
License
-
Repository
-
Last release
4 years ago

\<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 bar
  • totalPages: A number defining the total number of pages available
  • currentPage: A number defining the selected page
  • range: A number defining the number of pages to display between the bar controls
  • paginationControls: Turn on or off the next and previous buttons
  • jumpControls: Turn on or off the got to last and got to first buttons
  • lastPage: 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

3.3.14

4 years ago

3.0.18

5 years ago

3.0.17

5 years ago

3.0.16

5 years ago

3.0.15

5 years ago

3.0.14

5 years ago

3.0.12

5 years ago

3.0.6

5 years ago

3.0.0-beta.1

6 years ago