class NfgUi::Bootstrap::Components::DropdownDivider

Bootstrap Dropdown Component getbootstrap.com/docs/4.1/components/dropdowns/

Public Instance Methods

component_family() click to toggle source
# File lib/nfg_ui/bootstrap/components/dropdown_divider.rb, line 9
def component_family
  :dropdown
end
render() click to toggle source
# File lib/nfg_ui/bootstrap/components/dropdown_divider.rb, line 13
def render
  content_tag(:div, nil, html_options)
end