Class: DaisyUI::Title

Inherits:
ViewComponent::Base
  • Object
show all
Defined in:
app/components/daisy_ui/title.rb

Instance Method Summary collapse

Instance Method Details

#callObject



5
6
7
# File 'app/components/daisy_ui/title.rb', line 5

def call
  tag.li(class: 'menu-title') { content }
end