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

Readme

Keywords

none

Package Sidebar

Install

npm i react-pagination-box

Weekly Downloads

3

Version

0.0.2

License

MIT

Unpacked Size

36.5 kB

Total Files

4

Last publish

Collaborators

  • ghoshnirmalya