mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-20 02:32:15 +00:00
10 lines
319 B
Plaintext
10 lines
319 B
Plaintext
<div style="display: flex; align-items: center; gap: 8px; @this.Style">
|
|
<MudIcon Icon="@this.Icon"/>
|
|
<span>
|
|
@this.Text
|
|
</span>
|
|
@if (!string.IsNullOrWhiteSpace(this.CopyValue))
|
|
{
|
|
<MudCopyClipboardButton TooltipMessage="@this.CopyTooltip" StringContent="@this.CopyValue"/>
|
|
}
|
|
</div> |