Class: NfgUi::Bootstrap::Components::DropdownHeader
- Defined in:
- lib/nfg_ui/bootstrap/components/dropdown_header.rb
Overview
Bootstrap Dropdown Header Component getbootstrap.com/docs/4.1/components/dropdowns/#headers
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Base
#body, #options, #view_context
Instance Method Summary collapse
Methods inherited from Base
#data, #href, #html_options, #id, #initialize, #style
Constructor Details
This class inherits a constructor from NfgUi::Bootstrap::Components::Base
Instance Method Details
#component_family ⇒ Object
13 14 15 |
# File 'lib/nfg_ui/bootstrap/components/dropdown_header.rb', line 13 def component_family :dropdown end |
#heading ⇒ Object
9 10 11 |
# File 'lib/nfg_ui/bootstrap/components/dropdown_header.rb', line 9 def heading .fetch(:heading, '') end |
#render ⇒ Object
17 18 19 |
# File 'lib/nfg_ui/bootstrap/components/dropdown_header.rb', line 17 def render content_tag(:h6, heading, ) end |