mempool/frontend/src/app/components/clipboard/clipboard.component.html

5 lines
257 B
HTML
Raw Normal View History

2020-02-17 14:39:20 +01:00
<span #buttonWrapper [attr.data-tlite]="'Copied!'" style="position: relative;">
<button #btn class="btn btn-sm btn-link pt-0" style="line-height: 1;" [attr.data-clipboard-text]="text">
<img src="./resources/clippy.svg" width="13">
</button>
</span>