Simple to use loading indicator for Microsoft ASP.NET Core Blazor
Sometimes you need to retrieve data from a (slow) server, or sort a huge amount of data. Of course you can just show nothing while loading, or build something yourself that shows a some sort of spinner while the work is being done.
However, copying the same pieces of code to several pages and sometimes to multiple widgets on one page kept annoying me. Thus I decided to create this library to make it a little more easy.
Take a look at the code of the two sample projects.
The simple example utilizes the built-in template while the more complex example shows how to use multiple templates (even on one page).
This library is released under the GNU LGPLv3 license.