mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 22:29:07 +00:00
7 lines
298 B
Plaintext
7 lines
298 B
Plaintext
@inherits ConfigurationBase
|
|
|
|
<MudField Label="@this.OptionDescription" Variant="Variant.Outlined" HelperText="@this.OptionHelp" Class="@MARGIN_CLASS">
|
|
<MudButton Variant="Variant.Filled" StartIcon="@this.TriggerIcon" OnClick="@this.Click">
|
|
@this.TriggerText
|
|
</MudButton>
|
|
</MudField> |