class Maglove::Widgets::Container

Public Instance Methods

defaults() click to toggle source
# File lib/maglove/widgets/container.rb, line 8
def defaults
  {
    animate: "none",
    parallax_effect: "none",
    border_radius: "",
    border_width: "",
    border_style: "",
    border_color: "transparent",
    min_height: "",
    max_height: "",
    overflow_y: ""
  }
end
identifier() click to toggle source
# File lib/maglove/widgets/container.rb, line 4
def identifier
  "container"
end
template() { || ... } click to toggle source
# File lib/maglove/widgets/container.rb, line 22
def template(&block)
  yield if block
end