Sha256: 51f7acdd4c5efac75f1f5e7140091a94dcf5528352223946dc58bd9a9ef80b33
Contents?: true
Size: 502 Bytes
Versions: 2
Compression:
Stored size: 502 Bytes
Contents
module Maglove module Widgets class Container < Base def identifier "container" end def defaults { animate: "none", parallax_effect: "none", border_radius: "", border_width: "", border_style: "", border_color: "transparent", min_height: "", max_height: "", overflow_y: "" } end def template(&block) yield if block end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
maglove-widgets-2.0.5 | lib/maglove/widgets/container.rb |
maglove-widgets-2.0.4 | lib/maglove/widgets/container.rb |