<a href="#" class="n7-category
n7-category--sm
text-primary-600 hover:underline hover:text-primary-800 focus:text-primary-800">
Category label
</a>
{% extends '@category' %}
{% block classes %}
{{ super() }} n7-category--sm
{% endblock classes %}
{
"text": "Category label",
"href": "#"
}
/**
* CATEGORY
*
*/
@layer components {
.n7-category {
@apply inline-flex items-center gap-2 pr-2 uppercase font-medium text-sm border-r last-of-type:border-r-0;
}
.n7-category--sm {
@apply text-xs;
}
.n7-category--lg {
@apply text-lg;
}
.n7-category--outline {
@apply px-2 py-1 rounded border last-of-type:border-r;
}
}
Category component configurations.
Blocks: