@thoughtindustries/pagination

1.2.3 • Public • Published

@thoughtindustries/pagination

This package is used to display pagination controls on components such as the catalog.

Import component

import { Pagination } from '@thoughtindustries/pagination';

Usage

<Pagination
  page={2}
  pageSize={6}
  total={100}
  getPageLink={(page) => `/?page=${page}`} />

Readme

Keywords

none

Package Sidebar

Install

npm i @thoughtindustries/pagination

Weekly Downloads

4

Version

1.2.3

License

MIT

Unpacked Size

11.3 kB

Total Files

9

Last publish

Collaborators

  • tidev