feat(Documents) Notes/Docs page improvements and warning cleanup

This commit is contained in:
2022-04-07 13:30:00 -04:00
parent b270453030
commit d82e60efdf
223 changed files with 4396 additions and 2861 deletions
@@ -50,15 +50,16 @@
margin-bottom: 20px;
position: absolute;
}
}
</style>
@code {
[Parameter]
public RenderFragment ChildContent { get; set; }
public RenderFragment ChildContent { get; set; } = default!;
[Parameter]
public string InfoText { get; set; }
public string InfoText { get; set; } = default!;
[Parameter]
public int? Margin { get; set; }