Sha256: 9ba8462a05fc9242b52142b1728166ac2c8ced93d8f15801cdf38e7842c77a3e
Contents?: true
Size: 297 Bytes
Versions: 1
Compression:
Stored size: 297 Bytes
Contents
require "will_paginate/view_helpers/hanami" require "bulma_pagination/bulma_renderer" module BulmaPagination # A custom renderer class for WillPaginate that produces markup suitable for use with Bulma CSS. class Hanami < WillPaginate::Hanami::LinkRenderer include BulmaRenderer end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
will_paginate-bulma-1.0.0 | lib/bulma_pagination/hanami.rb |