@lion/pagination
Advanced tools
Weekly downloads
Readme
A web component that handles pagination.
import { html } from '@mdjs/mdjs-preview';
import '@lion/pagination/define';
export const main = () => html` <lion-pagination count="20" current="10"></lion-pagination> `;
count
parameter, and the current page in the current
parameter. If current
is not defined it will default to the value 1.current
it will fire an event back called current-changed
.npm i --save @lion/pagination
import { LionPagination } from '@lion/pagination';
// or
import '@lion/pagination/define';
FAQs
A component that handles pagination.
The npm package @lion/pagination receives a total of 577 weekly downloads. As such, @lion/pagination popularity was classified as not popular.
We found that @lion/pagination demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.