react-pagination-box

0.0.2 • Public • Published

react-pagination-box

A pagination component built using React.js

Install

npm install --save react-pagination-box

Usage

import React, { Component } from "react";

import MyComponent from "react-pagination-box";

class Example extends Component {
  render() {
    return (
      <ReactPaginationComponent
        color="#333"
        isLoading={isLoading}
        onChange={handleChange}
        currentPage={currentPage}
        totalPages={totalPages}
      />
    );
  }
}

License

MIT © ghoshnirmalya

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i react-pagination-box

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

36.5 kB

Total Files

4

Last publish

Collaborators

  • ghoshnirmalya