Class: NfgUi::Components::Foundations::Illustration
- Inherits:
-
Image
- Object
- Bootstrap::Components::Base
- Base
- Image
- NfgUi::Components::Foundations::Illustration
- Includes:
- Bootstrap::Utilities::Sizable, Traits::Size
- Defined in:
- lib/nfg_ui/components/foundations/illustration.rb
Overview
Grid doc coming soon
Constant Summary
Constants included from Traits::Size
Constants included from Traits::Responsive
Constants included from Traits
Traits::REGISTERED_TRAITS, Traits::TRAIT_MODULES
Instance Attribute Summary
Attributes included from Bootstrap::Utilities::Disableable
Attributes inherited from Bootstrap::Components::Base
#body, #options, #view_context
Instance Method Summary collapse
Methods included from Traits::Size
#lg_trait, #md_trait, #sm_trait, #xl_trait
Methods inherited from Image
Methods included from Traits::Responsive
Methods included from Bootstrap::Utilities::Responsiveable
Methods included from Bootstrap::Utilities::Tooltipable
#data, #disabled_component_tooltip_wrapper_html_options, #html_options, #tooltip
Methods included from Bootstrap::Utilities::Disableable
Methods included from Utilities::Traitable
Methods included from Utilities::Renderable
Methods included from Utilities::Describable
Methods inherited from Bootstrap::Components::Base
#component_family, #data, #href, #html_options, #id, #initialize, #render, #style
Constructor Details
This class inherits a constructor from NfgUi::Bootstrap::Components::Base
Instance Method Details
#size ⇒ Object
11 12 13 |
# File 'lib/nfg_ui/components/foundations/illustration.rb', line 11 def size responsive ? nil : super end |