class Maglove::Widget::Heading

Public Instance Methods

defaults() click to toggle source
# File lib/maglove/widget/heading.rb, line 8
def defaults
  {
    type: "h1",
    align: "left",
    line_height: "1.3",
    padding: [0, 0, 8, 0],
    id: nil
  }
end
identifier() click to toggle source
# File lib/maglove/widget/heading.rb, line 4
def identifier
  "heading"
end