mirror of
https://github.com/adam-benyekkou/my_portfolio.git
synced 2026-01-15 20:20:09 +00:00
9 lines
327 B
HTML
9 lines
327 B
HTML
<button
|
|
class="w-full sm:w-40 md:w-48 text-left font-noto-jp text-sm sm:text-sm md:text-base uppercase transition-all duration-300 rounded-none p-3 sm:p-1.5 button-custom"
|
|
(click)="handleClick()"
|
|
[attr.data-label]="label()"
|
|
>
|
|
<span class="relative z-10">{{ label() }}</span>
|
|
<span class="scan-line"></span>
|
|
</button>
|