UNPKG

data-paginate

Version:

`data-paginate` is a React hook for handling pagination with an array of data. It provides an easy way to paginate data with simple navigation functions.

10 lines 210 B
{ "compilerOptions": { "jsx": "react", "target": "ES2020", "module": "ESNext", "declaration": true, "declarationDir": "dist", "strict": true }, }