<button type="button" class="btn btn-primary">
    <span class="icon-placeholder "><i class="icon-piggy"></i></span>
    Primary
</button>
        
    
        <button type="button" class="btn {{ class }}">
	{% render '@icon', icon %}
	{{ text }}
</button>
    
        
            
            {
  "class": "btn-primary",
  "text": "Primary",
  "icon": {
    "image": "piggy"
  }
}
            
        
    
No notes defined.