npm

@bryandbor/react-redux-pagination

0.0.3 • Public • Published

React Redux Pagination

Simple pagination for React-Redux applications

NPM JavaScript Style Guide

Install

npm install --save @bryandbor/react-redux-pagination

Usage

import {withPagination} from '@bryandbor/react-redux-pagination';

const MyPaginatedComponent = ({page, perpage, cuunt, collection, setPage, setPerPage}) => {
  return ( ... );
};

export default withPagination(MypaginatedComponent);

Readme

Keywords

none

Package Sidebar

Install

npm i @bryandbor/react-redux-pagination

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

41.8 kB

Total Files

6

Last publish

Collaborators

  • bryandbor