Module: NfgUi::Components::Utilities::Titleable

Overview

Allows NFG design system components to utilize the :title option

Instance Method Summary collapse

Instance Method Details

#titleObject



8
9
10
# File 'lib/nfg_ui/components/utilities/titleable.rb', line 8

def title
  options.fetch(:title, nil)
end