Class: NfgUi::Components::Foundations::Illustration

Inherits:
Image show all
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

Traits::Size::TRAITS

Constants included from Traits::Responsive

Traits::Responsive::TRAITS

Constants included from Traits

Traits::REGISTERED_TRAITS, Traits::TRAIT_MODULES

Instance Attribute Summary

Attributes included from Bootstrap::Utilities::Disableable

#as

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

#image, #render, #src

Methods included from Traits::Responsive

#responsive_trait

Methods included from Bootstrap::Utilities::Responsiveable

#responsive

Methods included from Bootstrap::Utilities::Tooltipable

#data, #disabled_component_tooltip_wrapper_html_options, #html_options, #tooltip

Methods included from Bootstrap::Utilities::Disableable

#disabled

Methods included from Utilities::Traitable

#traits, #utility_initialize

Methods included from Utilities::Renderable

#render_if, #render_unless

Methods included from Utilities::Describable

#data, #describe

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

#sizeObject



11
12
13
# File 'lib/nfg_ui/components/foundations/illustration.rb', line 11

def size
  responsive ? nil : super
end