Module: Maglove::Widgets::Slider::Helpers
- Defined in:
- lib/maglove/widgets/slider.rb
Instance Method Summary collapse
Instance Method Details
#slider_item(options = {}, &block) ⇒ Object
45 46 47 48 49 50 |
# File 'lib/maglove/widgets/slider.rb', line 45 def ( = {}, &block) haml_tag :div, class: "item" do yield if block drop_container end end |