0.0.2 • Published 2 years ago

react-pagination-box v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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