Class: NfgUi::Components::Patterns::Steps
- Inherits:
-
Elements::Nav
- Object
- Bootstrap::Components::Base
- Bootstrap::Components::Nav
- Elements::Nav
- NfgUi::Components::Patterns::Steps
- Defined in:
- lib/nfg_ui/components/patterns/steps.rb
Overview
Steps doc coming soon
Constant Summary
Constants included from Traits::Vertical
Constants included from Traits::Pill
Constants included from Traits::Nav
Constants included from Traits::Alignment
Constants included from Traits
Traits::REGISTERED_TRAITS, Traits::TRAIT_MODULES
Instance Attribute Summary
Attributes included from Bootstrap::Utilities::Wrappable
Attributes inherited from Bootstrap::Components::Base
#body, #options, #view_context
Instance Method Summary collapse
Methods included from Traits::Vertical
Methods included from Traits::Pill
Methods included from Traits::Nav
#fill_trait, #justify_trait, #tabs_trait
Methods included from Traits::Alignment
#center_trait, #left_trait, #right_trait
Methods included from Utilities::Renderable
Methods included from Utilities::Describable
Methods included from Utilities::Traitable
Methods inherited from Bootstrap::Components::Nav
#justified, #pill, #tabs, #vertical
Methods included from Bootstrap::Utilities::Wrappable
Methods included from Bootstrap::Utilities::Alignable
Methods inherited from Bootstrap::Components::Base
#data, #href, #html_options, #id, #initialize, #render, #style
Constructor Details
This class inherits a constructor from NfgUi::Bootstrap::Components::Base
Instance Method Details
#component_family ⇒ Object
8 9 10 |
# File 'lib/nfg_ui/components/patterns/steps.rb', line 8 def component_family :steps end |
#fill ⇒ Object
12 13 14 |
# File 'lib/nfg_ui/components/patterns/steps.rb', line 12 def fill true end |