No commit activity in last 3 years
No release in over 3 years
Bootstrap 4 styling for Kaminari gem
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0.13
>= 3.1
 Project Readme

Bootstrap4 Kaminari Views¶ ↑

Quick Bootstrap 4 styling (tested for bootstrap 4.0.0) for Kaminari

Installation¶ ↑

Include to your Gemfile

gem 'kaminari'
gem 'bootstrap4-kaminari-views'

And run in console

bundle install

Usage¶ ↑

Render Pagination with a theme

= paginate @users, theme: 'twitter-bootstrap-4'

Render with specific pagination & nav classes

= paginate @users, theme: 'twitter-bootstrap-4',
                   pagination_class: "pagination-sm",
                   nav_class: "d-inline-b"

Credits¶ ↑

Kaminari - For making kaminari gem

bootstrap-kaminari-views - For making bootstrap-ify views for kaminari