0.1.1 • Published 2 years ago

simple-pagination-component v0.1.1

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

Pagination component

npm NPM downloads License

Simple, lightweight npm package without external dependencies

Install

npm i simple-pagination-component

Import

import { Pagination } from "simple-pagination-component";

Simple usage:

<Pagination
        onPageChange={() => {}}
        totalCount={2000}
        siblingCount={2}
        currentPage={1}
        pageSize={50}
      />

image