ng-implementation/my-workspace/projects/sae-lib/buttons/copy/copy.html
2025-09-15 17:46:00 +02:00

7 lines
174 B
HTML

<button (click)="copy()" class="button copy">
<i class="ri-file-copy-2-fill"></i>
<!-- <span class="label">-->
<!-- Copy-->
<!-- </span>-->
</button>