Add in-app training documentation

This commit is contained in:
2026-05-21 11:16:35 +02:00
parent 16449f1dc1
commit c8728595a4
14 changed files with 1126 additions and 3 deletions
@@ -0,0 +1,12 @@
<section class="training-section">
<MudText Typo="Typo.h5" Class="mb-2">@Title</MudText>
@ChildContent
</section>
@code {
[Parameter]
public string Title { get; set; } = string.Empty;
[Parameter]
public RenderFragment? ChildContent { get; set; }
}