Module: NfgUi::Components::Traits::Muted

Included in:
Foundations::Icon, Foundations::Typeface
Defined in:
lib/nfg_ui/components/traits/muted.rb

Overview

Access to pre-designed Icon traits

Constant Summary collapse

TRAITS =
%i[muted].freeze

Instance Method Summary collapse

Instance Method Details

#muted_traitObject



10
11
12
# File 'lib/nfg_ui/components/traits/muted.rb', line 10

def muted_trait
  options[:class] += ' text-muted'
end