WillPaginate::Materialize

This gem integrates the MaterializeCSS pagination component with the will_paginate pagination gem.

Installation

Add this line to your application's Gemfile:

gem 'will_paginate-materialize'

And then execute:

$ bundle

Or install it yourself as:

$ gem install will_paginate-materialize

Usage

  1. Install Materialize-sass
  2. In your view, use the renderer: MaterializePagination::Rails option with the will_paginate helper. ruby <%= will_paginate @collection, renderer: MaterializePagination::Rails %>
  3. Add the following to your application.scss file .pagination a li.active { color: #fff; } ## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/patricklindsay/will_paginate-materialize. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

Further works

  • Extend gem so the MaterializePagination renderer is the default renderer
  • Add specs

License

The gem is available as open source under the terms of the MIT License.