mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
11 lines
342 B
HTML
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>
|