UNPKG

@s-ui/react-molecule-pagination

Version:

`MoleculePagination` is a component that displays a range of pages with the current page highlighted and the proper buttons to navigate across the available pages in the entire range of total pages

4 lines 145 B
import nextPage from './nextPage.js'; import prevPage from './prevPage.js'; import range from './range.js'; export { prevPage, nextPage, range };