class Maglove::Widget::Button

Public Instance Methods

defaults() click to toggle source
# File lib/maglove/widget/button.rb, line 8
def defaults
  {
    background_color: "#e6e6e6",
    border_radius: "4px",
    border_width: "1px",
    border_style: "solid",
    media: false,
    size: "btn-lg",
    style: "primary",
    type: "btn-fit"
  }
end
identifier() click to toggle source
# File lib/maglove/widget/button.rb, line 4
def identifier
  "button"
end