This project was created to help me learn and remember some basic CSS UI tricks that are implemented for a Blazor Application.
Blazor is a new and exciting new SPA framework that allows me to build interactive web applications using C# that runs in the browser. Blazor allows me to use my existing skills with a single tool set to build highly interactive web app.
Hosted in Azure
-
Clone this repository
git clone https://github.com/CodingWithDavid/BlazorUITipsAndTricks cd BlazorUITipsAndTricks
-
Open in Visual Studio or Visual Code a. With Visual Code you will need to install the C# extensions
-
Press F5
I am using the basic Server side Blazor template and adding the different UI tips and tricks. These tips and tricks can be added to any Blazor application configuration. Each separate tip or trick can be found on the left side navigation.
This shows how to provide a visual feedback to the user on a long running process. The actual UI of the spinner can be any CSS styled spinner.