Button

No notes defined.

<button type="{{ button.type }}">{{ button.text }}</button>
{
  "button": {
    "type": "button",
    "text": "Button Label"
  }
}
<button type="button">Button Label</button>