Module: NfgUi::Bootstrap::Utilities::Sizable
- Included in:
- Components::Button, Components::ButtonGroup, Components::DropdownToggle, Components::Pagination, Components::Table, Components::Elements::Avatar, Components::Elements::SlatItem, Components::Foundations::Illustration, Components::Patterns::Progress, Components::Patterns::Slats
- Defined in:
- lib/nfg_ui/bootstrap/utilities/sizable.rb
Overview
Applies ability to modify the component’s size Pass in :lg or :sm
Instance Method Summary collapse
Instance Method Details
#size ⇒ Object
9 10 11 |
# File 'lib/nfg_ui/bootstrap/utilities/sizable.rb', line 9 def size .fetch(:size, nil) end |