Pagination bundle/library that includes multiple pagination packages for react.js and vanilla javascript
Playground/Demo: https://blagoj5.github.io/pagination/#playground
Full documentation: https://blagoj5.github.io/pagination
Getting Started
Prerequisites
You need to have react-dom and react above version 16
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
Installing
npm
npm install @bazhe/pagination
yarn
yarn add @bazhe/pagination
Usage
Import
import { usePagination } from '@bazhe/pagination';
import { Pagination } from '@bazhe/pagination';
import { withPagination } from '@bazhe/pagination';
import { Paginator, generatePaginator } from '@bazhe/paginator';
Initialization and API
Read the documentation for each package:
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
Security
This project doesn’t have any security concerns.
License
This project is licensed under the MIT License - see the LICENSE.md file for details