const Pagination = require("pgntn");
const array = ["p", "g", "n", "t", "n"];
const size = 2;
const pagination = new Pagination(array, size);
pagination.next; // ["n", "t"]
pagination.next; // ["n"]
pagination.back; // ["n", "t"]
-
Notifications
You must be signed in to change notification settings - Fork 0
Pagination.
License
d3tu/pgntn
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Pagination.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published