Class: DsfrComponent::BreadcrumbsComponent

Inherits:
Base
  • Object
show all
Defined in:
app/components/dsfr_component/breadcrumbs_component.rb

Constant Summary

Constants inherited from Base

DsfrComponent::Base::HEADING_LEVELS

Instance Attribute Summary

Attributes inherited from Base

#html_attributes

Instance Method Summary collapse

Constructor Details

#initialize(classes: [], html_attributes: {}) ⇒ BreadcrumbsComponent

Returns a new instance of BreadcrumbsComponent.



12
13
14
# File 'app/components/dsfr_component/breadcrumbs_component.rb', line 12

def initialize(classes: [], html_attributes: {})
  super(classes: classes, html_attributes: html_attributes)
end