0.5.1 • Published 11 months ago
@hods/pagination v0.5.1
HODS - Pagination
A component for navigating a long list of results.
Using this package
First install the package into your project:
npm install -S @hods/paginationThen use it in your code as follows:
import React, { createElement as h } from 'react';
import Pagination from '@hods/pagination';
export const MyComponent = props => (
  <Pagination
    results="250"
    resultsPerPage="25"
    page="1"
  />
);
export default MyComponent;Working on this package
Before working on this package you must install its dependencies using the following command:
pnpm installTesting
npm testBuilding
npm run buildClean-up
npm run clean0.5.0
12 months ago
0.5.1
11 months ago
0.4.0
2 years ago
0.3.6
3 years ago
0.3.7
3 years ago
0.3.0
3 years ago
0.3.5
3 years ago
0.3.2
3 years ago
0.3.1
3 years ago
0.3.4
3 years ago
0.3.3
3 years ago
0.2.1
4 years ago
0.2.0
4 years ago
0.1.20
4 years ago
0.1.19
4 years ago
0.1.17
4 years ago
0.1.18
4 years ago
0.1.16
4 years ago
0.1.15
4 years ago
0.1.14
4 years ago