ng-implementation/my-workspace/projects/sae-lib/buttons/copy/copy.html

8 lines
174 B
HTML
Raw Normal View History

2025-09-15 17:46:00 +02:00
<button (click)="copy()" class="button copy">
2025-09-23 18:30:15 +02:00
<i class="ri-file-copy-2-line"></i>
2025-09-15 17:46:00 +02:00
<!-- <span class="label">-->
<!-- Copy-->
<!-- </span>-->
</button>