Module: Bootstrap4RailsComponents::Bootstrap::Utilities::Titleable

Included in:
Components::CardImageOverlay
Defined in:
lib/bootstrap4_rails_components/bootstrap/utilities/titleable.rb

Overview

Allows NFG design system components to utilize the :title option

Instance Method Summary collapse

Instance Method Details

#titleObject



8
9
10
# File 'lib/bootstrap4_rails_components/bootstrap/utilities/titleable.rb', line 8

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