PCM Badge Bundle
Local dev preview. Edit dev/templates/showcase.html.twig to add new variants.
Solid
{% for colour in colours %}
{{ colour }}
{% endfor %}
Outline
{% for colour in colours %}
{{ colour }}
{% endfor %}
Solid glossy
{% for colour in colours %}
{{ colour }}
{% endfor %}
Solid icon
{% for colour in colours %}
{{ colour }}
{% endfor %}
Outline icon
{% for colour in colours %}
{{ colour }}
{% endfor %}
Solid icon glossy
{% for colour in colours %}
{{ colour }}
{% endfor %}