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