Sha256: f0cbbf49755a8be31703585f7309a5025d9141ea8acfc2a07c8e1a62cee22e18

Contents?: true

Size: 419 Bytes

Versions: 130

Compression:

Stored size: 419 Bytes

Contents

# frozen_string_literal: true

module NfgUi
  module Bootstrap
    module Components
      # Bootstrap Dropdown Component
      # https://getbootstrap.com/docs/4.1/components/dropdowns/
      class DropdownDivider < NfgUi::Bootstrap::Components::Base
        def component_family
          :dropdown
        end

        def render
          content_tag(:div, nil, html_options)
        end
      end
    end
  end
end

Version data entries

130 entries across 130 versions & 1 rubygems

Version Path
nfg_ui-6.17.2 lib/nfg_ui/bootstrap/components/dropdown_divider.rb
nfg_ui-6.17.1 lib/nfg_ui/bootstrap/components/dropdown_divider.rb
nfg_ui-6.17.0 lib/nfg_ui/bootstrap/components/dropdown_divider.rb
nfg_ui-6.16.3 lib/nfg_ui/bootstrap/components/dropdown_divider.rb
nfg_ui-6.16.2 lib/nfg_ui/bootstrap/components/dropdown_divider.rb
nfg_ui-6.16.1 lib/nfg_ui/bootstrap/components/dropdown_divider.rb
nfg_ui-6.16.0 lib/nfg_ui/bootstrap/components/dropdown_divider.rb
nfg_ui-5.15.7 lib/nfg_ui/bootstrap/components/dropdown_divider.rb
nfg_ui-5.15.6 lib/nfg_ui/bootstrap/components/dropdown_divider.rb
nfg_ui-5.15.5 lib/nfg_ui/bootstrap/components/dropdown_divider.rb
nfg_ui-5.15.4 lib/nfg_ui/bootstrap/components/dropdown_divider.rb
nfg_ui-5.15.3 lib/nfg_ui/bootstrap/components/dropdown_divider.rb
nfg_ui-0.15.2 lib/nfg_ui/bootstrap/components/dropdown_divider.rb
nfg_ui-0.15.1 lib/nfg_ui/bootstrap/components/dropdown_divider.rb
nfg_ui-0.15.0 lib/nfg_ui/bootstrap/components/dropdown_divider.rb
nfg_ui-0.14.7 lib/nfg_ui/bootstrap/components/dropdown_divider.rb
nfg_ui-0.14.6.3 lib/nfg_ui/bootstrap/components/dropdown_divider.rb
nfg_ui-0.14.6.2 lib/nfg_ui/bootstrap/components/dropdown_divider.rb
nfg_ui-0.14.6.1 lib/nfg_ui/bootstrap/components/dropdown_divider.rb
nfg_ui-0.14.6 lib/nfg_ui/bootstrap/components/dropdown_divider.rb