Jump
- React
To implement Jump component into your project you'll need to add the import:
import { Pagination } from "@shoptet/ui";
After adding import into your project you can use it simply like:
<Pagination.Jump
totalPages={5}
label="Show page"
getLinkProps={(page: number) => ({ href: `?from=${page}` })}
/>