Module: NfgUi::Components::Traits::DropdownToggle

Included in:
Elements::DropdownToggle
Defined in:
lib/nfg_ui/components/traits/dropdown_toggle.rb

Overview

Shared Size traits

Constant Summary collapse

TRAITS =
%i[split].freeze

Instance Method Summary collapse

Instance Method Details

#split_traitObject



8
9
10
# File 'lib/nfg_ui/components/traits/dropdown_toggle.rb', line 8

def split_trait
  options[:split] = true
end