class Maglove::Widget::Container
Public Instance Methods
defaults()
click to toggle source
# 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()
click to toggle source
# File lib/maglove/widget/container.rb, line 4 def identifier "container" end