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

7 lines
174 B
HTML

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