feat(social-media): implement social media component and integrate into store footer

This commit is contained in:
2026-07-23 15:07:29 -03:00
parent 67702ffdd7
commit 44bcb9aeba
10 changed files with 154 additions and 38 deletions

View File

@@ -0,0 +1,12 @@
<a
class="social-media"
[href]="url()"
target="_blank"
rel="noopener noreferrer"
[attr.aria-label]="name()"
[attr.data-social-media]="code()"
[title]="name()"
>
<i [class]="iconClass()" aria-hidden="true"></i>
<span class="visually-hidden">{{ name() }}</span>
</a>