mirror of
https://github.com/CaramelFur/Picsur.git
synced 2025-11-03 10:45:48 +01:00
8 lines
296 B
HTML
8 lines
296 B
HTML
<mat-form-field appearance="outline" color="accent">
|
|
<mat-label>{{ label }}</mat-label>
|
|
<input matInput [value]="value" readonly="readonly" />
|
|
<button mat-icon-button matSuffix [attr.aria-label]="'Copy'" (click)="copy()">
|
|
<mat-icon>content_copy</mat-icon>
|
|
</button>
|
|
</mat-form-field>
|