<div class="modal-footer">
    <button class="btn btn-primary " type="button">
				<span class="btn__inner">
						<span class="btn__text">Confirm</span>
					
				</span>	
		</button>
    <button class="btn btn-secondary " type="button">
				<span class="btn__inner">
						<span class="btn__text">Cancel</span>
					
				</span>	
		</button>
</div>
<div class="modal-footer">
	{{#if primaryAction}}
		{{> @button className="btn-primary" text=primaryAction}}
	{{/if}}
	{{#if secondaryAction}}
		{{> @button className="btn-secondary" text=secondaryAction}}
	{{/if}}
</div>
{
  "primaryAction": "Confirm",
  "secondaryAction": "Cancel"
}

There are no notes for this item.