Add aria labels

This commit is contained in:
brabli
2026-04-30 15:51:56 +01:00
parent d7ca3d9285
commit 1e8ac58578
+3 -3
View File
@@ -1,7 +1,7 @@
<div {{ attributes }} class="{{ this.finalClasses }}">
<span class="inline-flex items-center justify-center gap-[0.4em] leading-none">
<div {{ attributes }} class="{{ this.finalClasses }}"{% if this.label %} aria-label="{{ this.label }}"{% endif %}>
<span class="inline-flex gap-1 items-center justify-center">
{% if this.icon %}
<twig:ux:icon name="{{ this.icon }}" class="size-[1em] shrink-0" />
<twig:ux:icon name="{{ this.icon }}" class="size-[1em] shrink-0" aria-hidden="true" />
{% endif %}
{% if block('content') is not empty %}