Pagination To adapt the pagination to the specific viewport context, the amount of displayed page items varies between either 7 (desktop/tablet) or 5 (mobile). The components handles responsive viewport sizing by default. 1234520prevnextVanilla JSReactAngularVueOpen in Stackblitz<!doctype html> <html lang="en" class="auto"> <head> <title></title> </head> <body class="bg-base"> <p-pagination total-items-count="500" items-per-page="25" active-page="1"></p-pagination> <script> </script> </body> </html>