mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 18:49:06 +00:00
19 lines
732 B
Plaintext
19 lines
732 B
Plaintext
<MudTooltip Placement="Placement.Bottom" Arrow="@true">
|
|
<ChildContent>
|
|
<MudChip T="string" Icon="@Icons.Material.Filled.VerifiedUser" Color="Color.Success" Class="mb-3">
|
|
Release Candidate
|
|
</MudChip>
|
|
</ChildContent>
|
|
<TooltipContent>
|
|
<div style="max-width: 20em;">
|
|
<MudText Typo="Typo.body2" Class="mb-3">
|
|
This feature is about to be released. We think it's ready for production.
|
|
There should be no more bugs.
|
|
</MudText>
|
|
|
|
<MudText Typo="Typo.body2">
|
|
Release candidates are the final step before a feature is proven to be stable.
|
|
</MudText>
|
|
</div>
|
|
</TooltipContent>
|
|
</MudTooltip> |