Authorised Territory code examples - This .NET 8 #blazor fluent UI #tutorial shows how to use DialogService to create a simple dialog.
First, we setup the Blazor project with interactivity and install required nuget packages.
Next, the dialog Razor component is created by adding FluentTextField components.
Home page is updated to open the dialog when a button is clicked. Message bar is added to show when dialog data is saved.
Finally, we test the app to show that data from the dialog is changed when Save button is pressed.