feat(Toasts) Adding toasts
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user