Class: DaisyUI::Title
- Inherits:
-
ViewComponent::Base
- Object
- ViewComponent::Base
- DaisyUI::Title
- Defined in:
- app/components/daisy_ui/title.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
5 6 7 |
# File 'app/components/daisy_ui/title.rb', line 5 def call tag.li(class: 'menu-title') { content } end |