Class: Maglove::Widget::Container
- Defined in:
- lib/maglove/widget/container.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from V2
Methods inherited from Base
#initialize, #render, #style_string, #widget_options
Constructor Details
This class inherits a constructor from Maglove::Widget::Base
Instance Method Details
#defaults ⇒ Object
8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# File 'lib/maglove/widget/container.rb', line 8 def defaults { animate: "none", border_radius: nil, border_width: nil, border_style: nil, border_color: "transparent", min_height: nil, max_height: nil, overflow_y: nil, parallax_effect: "none", parallax_speed: 0.6 } end |
#identifier ⇒ Object
4 5 6 |
# File 'lib/maglove/widget/container.rb', line 4 def identifier "container" end |