feature(BuildCalc) Added reset button, can change micro delay, and can alter timing interval again

This commit is contained in:
2022-04-14 22:28:14 -04:00
parent 4cef578cd0
commit 04c1718259
115 changed files with 1561 additions and 1308 deletions
@@ -1,5 +1,4 @@
<div class="layoutWithSidebar">
<div class="layoutWithSidebar">
<div class="layoutSidebar">
@Sidebar
</div>
@@ -49,10 +48,12 @@
</style>
@code {
@code {
[Parameter]
public RenderFragment Sidebar { get; set; } = default!;
[Parameter]
public RenderFragment Content { get; set; } = default!;
}