Class: DaisyUI::Divider

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

Instance Method Summary collapse

Instance Method Details

#callObject



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

def call
  tag.li(class: 'divider')
end