Limits
- React
To implement Limits 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.Limits
itemsPerPage={25}
label="Products per page"
onChange={() => {}}
/>