mirror of
https://github.com/adam-benyekkou/my_portfolio.git
synced 2026-01-15 20:20:09 +00:00
Total refactoring of file structure for better and simple organization
This commit is contained in:
8
src/app/components/nav-button/button.component.html
Normal file
8
src/app/components/nav-button/button.component.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user