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