Simple, lightweight npm package without external dependencies
npm i simple-pagination-component
import { Pagination } from "simple-pagination-component";
<Pagination
onPageChange={() => {}}
totalCount={2000}
siblingCount={2}
currentPage={1}
pageSize={50}
/>