<button type="button" class="btn btn-primary btn-sm">
    Primary small
    <i class="icon-[object Object]"></i>
</button>
<button type="button" class="btn {{ class }}">
	{{ text }}
	<i class="icon-{{ icon }}"></i>
</button>
{
  "class": "btn-primary btn-sm",
  "text": "Primary small",
  "icon": {
    "image": "piggy"
  }
}
  • Handle: @button-with-icon-right--primary-small
  • Preview:
  • Filesystem Path: src/components/01-atoms/buttons/button-with-icon/right/button-with-icon-right.njk

No notes defined.