# Bulma Extra

In 

Add nav helpers for the Bulma CSS pagination component.

# Synopsis

pagy.rb (initializer)
require 'pagy/extras/bulma'
View (helpers)
<%== pagy_bulma_nav(@pagy, **vars) %>
<%== pagy_bulma_nav_js(@pagy, **vars) %>
<%== pagy_bulma_combo_nav_js(@pagy, **vars) %>

See Javascript if you use pagy_bulma_nav_js or pagy_bulma_combo_nav_js.

# Methods

This extra adds 3 nav helpers to the Pagy::Frontend module.

bulma_nav - medium view size
bulma_nav - medium view size

This method is the same as the pagy_nav, but customized for Bulma.

See the pagy_nav(pagy, **vars) documentation.

Warning: Bootstrap style shown above as a representative example - the responsive pagy_bulma_nav_js looks like the pagy_bulma_nav helper.
Warning: Bootstrap style shown above as a representative example - the responsive pagy_bulma_nav_js looks like the pagy_bulma_nav helper.

It's rendered on the client, with optional responsiveness. See the Javascript Navs documentation for more information.

bulma_combo_nav_js
bulma_combo_nav_js

See the Javascript Combo Navs documentation.