Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h3x4d3c1m4l/BlazorProgressIndicator
Simple loading indicator for ASP.NET Blazor
https://github.com/h3x4d3c1m4l/BlazorProgressIndicator
Last synced: 19 days ago
JSON representation
Simple loading indicator for ASP.NET Blazor
- Host: GitHub
- URL: https://github.com/h3x4d3c1m4l/BlazorProgressIndicator
- Owner: h3x4d3c1m4l
- License: lgpl-3.0
- Created: 2018-09-01T13:10:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T04:05:24.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T09:01:51.927Z (3 months ago)
- Language: C#
- Homepage:
- Size: 583 KB
- Stars: 86
- Watchers: 3
- Forks: 15
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Blazor.LoadingIndicator
Simple to use loading indicator for Microsoft ASP.NET Core Blazor
Demo
Why I created this
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.
How to use
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).
License
This library is released under the GNU LGPLv3 license.