mempool/frontend/src/app/components/clipboard/clipboard.component.html
2020-12-03 18:34:19 +07:00

6 lines
264 B
HTML

<span #buttonWrapper [attr.data-tlite]="copiedMessage" style="position: relative;">
<button #btn class="btn btn-sm btn-link pt-0" style="line-height: 0.9;" [attr.data-clipboard-text]="text">
<img src="./resources/clippy.svg" width="13">
</button>
</span>