Flowbite::Pagination::NextLink
Renders the “Next page” link in a pagination component.
This is automatically used by Flowbite::Pagination, but can be used standalone if needed.
Standalone usage
<%= render Flowbite::Pagination::NextLink.new(url: "/posts?page=2") %>
API reference
Flowbite::Pagination
Constructor
def initialize(url:, disabled: false)
See also
Ruby API documentation forclass Flowbite::Pagination::NextLink