Class: Uchi::Flowbite::BreadcrumbItem::Current
- Inherits:
-
BreadcrumbItem
- Object
- BreadcrumbItem
- Uchi::Flowbite::BreadcrumbItem::Current
- Defined in:
- app/components/uchi/flowbite/breadcrumb_item/current.rb
Overview
Renders the current page breadcrumb item. Current items are rendered as non-interactive spans with different styling.
Instance Method Summary collapse
-
#initialize(**options) ⇒ Current
constructor
A new instance of Current.
Constructor Details
#initialize(**options) ⇒ Current
Returns a new instance of Current.
13 14 15 |
# File 'app/components/uchi/flowbite/breadcrumb_item/current.rb', line 13 def initialize(**) super(href: nil, **) end |