Module: NfgUi::Components::Traits::Responsive

Included in:
Elements::Table, Foundations::Image
Defined in:
lib/nfg_ui/components/traits/responsive.rb

Constant Summary collapse

TRAITS =
%i[responsive].freeze

Instance Method Summary collapse

Instance Method Details

#responsive_traitObject



7
8
9
# File 'lib/nfg_ui/components/traits/responsive.rb', line 7

def responsive_trait
  options[:responsive] = true
end