<span class="n7-chip ">Label</span>
<{% if href %}a href="{{ href }}"{% else %}span{% endif %} class="n7-chip {% if href %} n7-chip--interactive{% endif %}{% block classes %}{% if class %} {{ class }}{%- endif -%}{% endblock %}">
    {%- block icon -%}
        {% if icon %}
            {% render '@icon--small', { id: icon, classes: 'mr-1' }, true %}
        {% endif %}
    {%- endblock -%}
    {%- block content -%}
        {% if label %}{{ label }}{% else %}Label{% endif %}
    {%- endblock -%}
    {%- block close -%}
        {% if hasBtnClose %}
            <button>
                {% render '@icon--small', { id: 'mini--x-mark', size: 'w-5 h-5', classes: 'ml-2' }, true %}
                <span class="sr-only">Rimuovi</span>
            </button>
        {% endif %}
    {%- endblock -%}
</{% if href %}a{% else %}span{% endif %}>
/* No context defined. */

No notes defined.