https://github.com/kasuken/blazorkit.spinners
A Blazor library for loading spinners
https://github.com/kasuken/blazorkit.spinners
blazor
Last synced: 3 months ago
JSON representation
A Blazor library for loading spinners
- Host: GitHub
- URL: https://github.com/kasuken/blazorkit.spinners
- Owner: kasuken
- License: mit
- Created: 2021-10-10T18:59:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T08:59:41.000Z (7 months ago)
- Last Synced: 2025-04-02T05:42:00.043Z (3 months ago)
- Topics: blazor
- Language: CSS
- Homepage:
- Size: 620 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BlazorKit.Spinners

[](https://github.com/kasuken/BlazorKit.Spinners/actions/workflows/publish.yml)
A Blazor library for loading spinners.
It's a beta version.
## Screenshots

## Features
- 8 different spinners out-of-the-box
- colors customisation (accent color and background color)
- center the spinner with a property
- easy implementation on your code
- custom main spinner for web assembly loading## Roadmap
- [ ] Additional spinners
- [ ] More than 30 spinners
- [ ] .NET 9 migration
- [ ] .NET 8 migration
- [x] .NET 7 migration
- [x] .NET 6 migration## Installation
With Package Manager:
```gitattributes
Install-Package BlazorKit.Spinners
```With .NET CLI:
```gitattributes
dotnet add package BlazorKit.Spinners
```If the project is Blazor WebAssembly, it is also necessary to modify the INDEX.HTML page present in the WWWROOT folder of the CLIENT project as follows
Between the HEAD tags add:
```html```
Between the BODY tags edit the APP section so that it looks like this:
```Razor
```## Tech Stack
- Blazor
- .NET 6
- C# 10.0## Run Locally
Clone the project
```gitattributes
git clone https://github.com/kasuken/BlazorKit.Spinners
```Go to the project directory
```gitattributes
cd BlazorKit.Spinners
```Start
```gitattributes
dotnet run
```## Contributing
Contributions are always welcome!
## Inspired by
https://codepen.io/vineethtrv/pen/NWxZqMM