Module: Voom::Presenters::DSL::Components::Mixins::Steppers
- Included in:
- Content, Dialog, Grid::Column
- Defined in:
- lib/voom/presenters/dsl/components/mixins/steppers.rb
Instance Method Summary collapse
Instance Method Details
#stepper(**attributes, &block) ⇒ Object
7 8 9 |
# File 'lib/voom/presenters/dsl/components/mixins/steppers.rb', line 7 def stepper(**attributes, &block) self << Components::Stepper.new(parent: self, **attributes, &block) end |