simple-pagination-component

0.1.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i simple-pagination-component

Weekly Downloads

0

Version

0.1.1

License

none

Unpacked Size

2.59 kB

Total Files

2

Last publish

Collaborators

  • kirill_shlemen