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 214 B
import isValidPage from './isValidPage.js'; import isValidShowPages from './isValidShowPages.js'; import isValidTotalPages from './isValidTotalPages.js'; export { isValidPage, isValidShowPages, isValidTotalPages };