<button type="button">Click Me</button>
<button {% if class %}class="{{ class }}"{% endif %} type="{{ type }}">{{ text }}</button>
{
  "type": "button",
  "text": "Click Me"
}

Button

Button styles are applied to the <button> element as well as <input> elements with a type attribute of submit or reset.

Buttons with a .link class are given the appearance of a link.