Module: NfgUi::Components::Utilities::Iconable

Overview

Allows components to be setup to accept icons

Instance Method Summary collapse

Instance Method Details

#iconObject



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

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