Pagination
Pagination allows you to break large amounts of content to multiple pages.
Basic usage
const total = 1000;const pageSize = 10;const page = 5;
Pagination allows you to break large amounts of content to multiple pages.
const total = 1000;const pageSize = 10;const page = 5;