Add in-app training documentation
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
Reference in New Issue
Block a user