<button href="http://testlenke.no" class="btn-cta" disabled>Disabled button</button>
<{{element}} {{ href ? 'href="' ~ href ~ '"'}} class="{{ class ? class : "btn" }}" {{ attr }}>{{ copy }}</{{element}}>
{
  "element": "button",
  "href": "http://testlenke.no",
  "class": "btn-cta",
  "copy": "Disabled button",
  "attr": "disabled"
}

There are no notes for this item.