These primary buttons may be added to your page. They also appear within patterns such as the call to action.

Find step-by-step instructions for adding buttons.

<button class="button active" name="" type="button" value="">Active</button>
<button class="button{{#if class}} {{class}}{{/if}}" name="{{name}}" type="{{#if type}}{{type}}{{else}}button{{/if}}" value="{{value}}"{{#if disabled}}disabled{{/if}}>{{text}}</button>
{
  "text": "Active",
  "class": "active"
}