Module: NfgUi::Bootstrap::Utilities::Sizable

Overview

Applies ability to modify the component’s size Pass in :lg or :sm

Instance Method Summary collapse

Instance Method Details

#sizeObject



9
10
11
# File 'lib/nfg_ui/bootstrap/utilities/sizable.rb', line 9

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