Flowbite::Breadcrumb::Item

Base class for rendering a breadcrumb item (middle items in the breadcrumb trail).

Middle item

<%= render Flowbite::Breadcrumb::Item.new(href: "/projects") { "Projects" } %>

API reference

Inherits from Flowbite::Breadcrumb

In namespace

Constructor

def initialize(href:, **options)

See also

Ruby API documentation for class Flowbite::Breadcrumb::Item