module Voom::Presenters::DSL::Components::Mixins::Steppers

Public Instance Methods

stepper(**attributes, &block) click to toggle source
# File lib/voom/presenters/dsl/components/mixins/steppers.rb, line 7
def stepper(**attributes, &block)
  self << Components::Stepper.new(parent: self, **attributes, &block)
end