Basic Concepts
How To
Migrate WillPaginate/Kaminari
API
Pagy
Pagy::Backend
Pagy::Frontend
Pagy::Countless
Javascript
Extras
Arel
Array
Bootstrap
Bulma
Countless
Elasticsearch Rails
Foundation
Headers
I18n
Items
Overflow
Materialize
Metadata
Navs
Searchkick
Semantic
Support
Tailwind
Trim
UIkit
➡ Chat Support on Gitter ➡
This extra adds nav helpers and templates for the UIkit pagination component.
See extras for general usage info.
In the pagy.rb
initializer:
require 'pagy/extras/uikit'
Render the navigation links in some view… with a fast helper:
<%== pagy_uikit_nav(@pagy) %>
or with a template:
<%== render partial: 'pagy/uikit_nav', locals: {pagy: @pagy} %>
This extra adds nav helper to the Pagy::Frontend
module. You can customize it by direct overriding in your own view helper.
This method is the same as the pagy_nav
, but customized for UIkit.
The uikit_nav.*
templates produce the same output, and can be used as an easier (but slower) starting point to override it. See Using Templates.
See the Javascript Navs documentation
See the Javascript Combo Navs documentation.
Here is an example: