Class: BreadcrumbsComponent

Inherits:
ViewComponent::Base
  • Object
show all
Defined in:
lib/alveole/components/breadcrumbs_component.rb

Instance Method Summary collapse

Instance Method Details

#callObject



2
3
4
5
6
# File 'lib/alveole/components/breadcrumbs_component.rb', line 2

def call
  tag.div(class: 'breadcrumbs') do
    content
  end
end