Introduction
The pagination component can be used in a Livewire Blade view only. It can render a list of paginated links:Allowing the user to customize the number of items per page
You can allow the user to customize the number of items per page by passing an array of options to thepage-options attribute. You must also define a Livewire property where the user’s selection will be stored:
Displaying links to the first and the last page
Extreme links are the first and last page links. You can add them by passing theextreme-links attribute to the component: