tags
Information
- Folder
src/components/elements/tags
Files
Schema
Mocks
Template
// src/components/elements/tags/tags.html.twig
<ul class="Tags{% if class %} {{ class }}{% endif %} u-typo-label-small">
{% for item in links %}
<li class="Tags-tag">
<a href="{{ item.url }}" class="Tags-link Tracking--tagsLink u-brandLink">{{ item.label }}</a>
</li>
{% endfor %}
</ul>