Class: FoxTail::Stepper::StepComponent
- Inherits:
-
BaseComponent
- Object
- BaseComponent
- FoxTail::Stepper::StepComponent
- Defined in:
- app/components/fox_tail/stepper/step_component.rb
Constant Summary collapse
- DEFAULT_COMPLETED_ICON =
"check"
- DEFAULT_VERTICAL_CURRENT_ICON =
"arrow-right"
Instance Method Summary collapse
Instance Method Details
#before_render ⇒ Object
31 32 33 34 35 36 |
# File 'app/components/fox_tail/stepper/step_component.rb', line 31 def before_render super initialize_visual html_attributes[:class] = classnames theme.apply(:root, self), html_class end |