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

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