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

Simple Button

When to use: Simple buttons can be used in any context where an action may be triggered that is neither primary nor secondary. For example, a simple button with an ‘X’ icon can be used to close a modal.

When not to use:

Uses these components