Renders UIKit compatible pagination component for the will_paginate gem.
Add to gemfile.
gem 'will_paginate_ui_kit'
Use will_paginate
as you normally would, but set the renderer to the UiKitLinkRenderer:
<%= will_paginate @posts, renderer: UiKitLinkRenderer %>