mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-18 23:02:56 +00:00
3 lines
209 B
Plaintext
3 lines
209 B
Plaintext
|
<MudTooltip Text="@this.TooltipMessage" Placement="Placement.Bottom">
|
||
|
<MudIconButton Icon="@Icons.Material.Filled.ContentCopy" Size="@this.Size" OnClick="@(() => this.HandleCopyClick())"/>
|
||
|
</MudTooltip>
|