UNPKG

react-js-pagination

Version:

Simple, easy to use component for pagination. Compatible with bootstrap paginator stylesheets

10 lines 258 B
{ "presets": ["@babel/preset-env", "@babel/preset-react"], "plugins": [ "@babel/plugin-proposal-class-properties" ], "ignore": [ "**/Page-test.js", // ignore the whole test directory "**/Pagination-test.js" // ignore test files only ] }