react-use-paginate
v1.0.0
Published
React hook for data pagination
Downloads
7
Readme
react-use-pagination
React hook for data pagination
Install
npm install --save react-use-pagination
Usage
import * as React from 'react'
import { useMyHook } from 'react-use-pagination'
const Example = () => {
const example = useMyHook()
return (
<div>
{example}
</div>
)
}
License
MIT © dylangarcia
This hook is created using create-react-hook.