module Voom::Presenters::DSL::Components::Mixins::Sliders

Public Instance Methods

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