Class: NfgUi::Components::Patterns::Steps

Inherits:
Elements::Nav show all
Defined in:
lib/nfg_ui/components/patterns/steps.rb

Overview

Steps doc coming soon

Constant Summary

Constants included from Traits::Vertical

Traits::Vertical::TRAITS

Constants included from Traits::Pill

Traits::Pill::TRAITS

Constants included from Traits::Nav

Traits::Nav::TRAITS

Constants included from Traits::Alignment

Traits::Alignment::TRAITS

Constants included from Traits

Traits::REGISTERED_TRAITS, Traits::TRAIT_MODULES

Instance Attribute Summary

Attributes included from Bootstrap::Utilities::Wrappable

#as

Attributes inherited from Bootstrap::Components::Base

#body, #options, #view_context

Instance Method Summary collapse

Methods included from Traits::Vertical

#vertical_trait

Methods included from Traits::Pill

#pill_trait

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

#render_if, #render_unless

Methods included from Utilities::Describable

#data, #describe

Methods included from Utilities::Traitable

#traits, #utility_initialize

Methods inherited from Bootstrap::Components::Nav

#justified, #pill, #tabs, #vertical

Methods included from Bootstrap::Utilities::Wrappable

#utility_initialize

Methods included from Bootstrap::Utilities::Alignable

#center, #right

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_familyObject



8
9
10
# File 'lib/nfg_ui/components/patterns/steps.rb', line 8

def component_family
  :steps
end

#fillObject



12
13
14
# File 'lib/nfg_ui/components/patterns/steps.rb', line 12

def fill
  true
end