Class: UiBibz::Ui::Core::DropdownDivider

Inherits:
Base
  • Object
show all
Defined in:
lib/ui_bibz/ui/core/dropdown/components/dropdown_divider.rb

Overview

Create DropdownDivider

Instance Attribute Summary

Attributes inherited from Base

#output_buffer

Instance Method Summary (collapse)

Methods inherited from Base

#i18n_set?

Constructor Details

- (DropdownDivider) initialize

See UiBibz::Ui::Core::Component.initialize



8
9
# File 'lib/ui_bibz/ui/core/dropdown/components/dropdown_divider.rb', line 8

def initialize
end

Instance Method Details

- (Object) render

Render html tag



12
13
14
# File 'lib/ui_bibz/ui/core/dropdown/components/dropdown_divider.rb', line 12

def render
   :li, nil, class: 'divider', role: 'separator'
end