custom/plugins/ShopWithMeUI/src/Resources/views/storefront/component/buttons/button-pill.html.twig line 1

Open in your IDE?
  1. <button id="{{ id }}" type="{{ type }}" class="swm-btn swm-btn-certificate {{ className }}" style="{{ styleBtn }}"
  2.         {% for attrName, attrValue in extraAttributes %}
  3.             {{ attrName }}="{{ attrValue }}"
  4.         {% endfor %}>
  5.     <span class="{{ classNameLabel }}">{{ label }}</span>
  6.     {% if icon is not null %}
  7.         <img class="{{ classNameIcon }}" src="{{ icon }}" style="{{ styleIcon }}" />
  8.     {% endif %}
  9. </button>