mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-28 01:42:57 +00:00
5 lines
220 B
Plaintext
5 lines
220 B
Plaintext
@inherits ConfigurationBaseCore
|
|
|
|
<MudButton Variant="Variant.Filled" Color="@Color.Primary" StartIcon="@this.Icon" Disabled="@this.IsDisabled" OnClick="@(async () => await this.ClickAsync())">
|
|
@this.Text
|
|
</MudButton> |