<button type="button" class="btn btn-primary">
    Primary
    <i class="icon-[object Object]"></i>
</button>
<button type="button" class="btn {{ class }}">
	{{ text }}
	<i class="icon-{{ icon }}"></i>
</button>
{
  "class": "btn-primary",
  "text": "Primary",
  "icon": {
    "image": "piggy"
  }
}

No notes defined.