<button class="btn btn-secondary btn--loading " type="button" disabled>
		<span class="btn__inner">
				<span class="btn__text">Sign Up</span>
			<span class="loader">
		<span class="loader__dot"></span>
		<span class="loader__dot"></span>
		<span class="loader__dot"></span>
	</span>
		</span>	
</button>
{{> @button }}
{
  "text": "Sign Up",
  "className": "btn-secondary btn--loading",
  "type": "button",
  "disabled": true,
  "loading": true
}

Secondary Button

When to use:

Use a Secondary Button for any action that is not the primary action, such as cancelling a form submission or exiting a task.

When not to use:

Uses these components