<span class="n7-category n7-category--sm">

    Category label
</span>
<{% if href %}a href="{{ href }}"{% else %}span {% endif %} class="n7-category{% block classes %} {{ classes }}{% endblock %}{% if href %} {% endif %}">
    {% if icon %}
        {% render '@icon--small', { id: icon, classes: 'mr-2 transition-all duration-200 ease-out transform group-hover:-translate-x-1 text-primary-400', size: 'w-2 h-2' }, true %}
    {% endif %}
    {% block content %}{{ text }}{% endblock %}
</{% if href %}a{% else %}span{% endif %}>
{
  "text": "Category label",
  "href": "",
  "classes": "n7-category--sm"
}

No notes defined.