feat(Toasts) Adding toasts

This commit is contained in:
2022-04-10 17:32:22 -04:00
parent 8c06fdd120
commit 4322be0053
29 changed files with 478 additions and 100 deletions
+11
View File
@@ -1,9 +1,20 @@
@page "/"
@using Microsoft.Extensions.Localization
@layout PageLayout
@inject IStringLocalizer<Localizations> Loc
<DevOnlyComponent>
<DocumentationIndexPage></DocumentationIndexPage>
@Loc["Greeting"].Value
@Loc["Greeting"]
@Loc["Greeting"].Name
@Loc["Greeting"].ResourceNotFound
</DevOnlyComponent>
<HomePage></HomePage>