Components

Pagination

Pagination

Utility page navigation which includes next and previous links.

Simple


Contained

Viewing page 1 with 24 results per page


Pagy gem

Pagy is a popular pagination solution for Ruby/Rails developers. The nav partial from the gem comes ready to use with Rails UI.

To make use of this UI you will need to render an alternative partial containing the code below with the @pagy instance variable passed through as a local variable inside the partial.

On this page