mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 22:29:07 +00:00
19 lines
678 B
Plaintext
19 lines
678 B
Plaintext
|
<MudTooltip Placement="Placement.Bottom" Arrow="@true">
|
||
|
<ChildContent>
|
||
|
<MudChip T="string" Icon="@Icons.Material.Filled.HourglassTop" Color="Color.Info" Class="mb-3">
|
||
|
Beta
|
||
|
</MudChip>
|
||
|
</ChildContent>
|
||
|
<TooltipContent>
|
||
|
<div style="max-width: 20em;">
|
||
|
<MudText Typo="Typo.body2" Class="mb-3">
|
||
|
This feature is currently in the beta phase.
|
||
|
It is still be possible that there are some bugs.
|
||
|
</MudText>
|
||
|
|
||
|
<MudText Typo="Typo.body2">
|
||
|
Beta phase means that we are testing the feature.
|
||
|
</MudText>
|
||
|
</div>
|
||
|
</TooltipContent>
|
||
|
</MudTooltip>
|