Noora.PaginationGroup (noora v0.5.0)
Pagination group component for paginating with a defined set of pages. Do not use this component for cursor-based pagination.
Example
<.pagination_group
current_page={@current_page}
number_of_pages={25}
page_patch={fn page -> ~p"/products?page=#{page}" end}
/>