Module: NfgUi::Components::Traits::PageHeader

Included in:
Patterns::PageHeader
Defined in:
lib/nfg_ui/components/traits/page_header.rb

Overview

Access to pre-designed Alert traits

Constant Summary collapse

TRAITS =
%i[sticky].freeze

Instance Method Summary collapse

Instance Method Details

#sticky_traitObject



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

def sticky_trait
  options[:sticky] = true
end