Pagination

Pagination can be implemented by utilizing the existing Join component.

Basic Pagination

Pagination is used to navigate between pages of content. It is typically used in conjunction with a list of items that are paginated.

Preview
Code
= daisy_join do |join|
  - join.with_button(title: "1", css: "btn-primary")
  - join.with_button(title: "2")
  - join.with_button(title: "...")
  - join.with_button(title: "9")
  - join.with_button(title: "10")
Made with by Profoundry .
Copyright © 2023-2026 Profoundry LLC.
All rights reserved.