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 focus" name="" type="button" value="">Focus</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": "Focus",
  "class": "focus"
}