Files
FixIt/layouts/_partials/plugin/diagram-copy-btn.html
T

11 lines
342 B
HTML

{{- /*
Copy button for diagram-like plugins.
@param {String} [.Label] aria label text for copy action
*/ -}}
{{- $label := .Label | default "Copy Diagram code" -}}
<button type="button" class="diagram-copy-btn" aria-label="{{ $label }}">
{{- dict "Class" "fa-regular fa-clone fa-width-auto" | partial "plugin/icon.html" -}}
</button>