mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-03-22 22:11:36 +00:00
6 lines
164 B
Plaintext
6 lines
164 B
Plaintext
|
|
<MudElement Class="@($"{this.ContainerClass} d-flex align-center")">
|
||
|
|
<MudText Typo="Typo.caption" Class="mb-0">
|
||
|
|
@this.Text
|
||
|
|
</MudText>
|
||
|
|
</MudElement>
|