Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2023-04-04T14:46:25.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T07:24:49.250Z (4 months ago)
- Topics: blazor
- Language: CSS
- Homepage:
- Size: 616 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BlazorKit.Spinners
![](https://countrush-prod.azurewebsites.net/l/badge/?repository=kasuken.BlazorKitSpinners)
[![Publish BlazorKit.Spinners on NuGet](https://github.com/kasuken/BlazorKit.Spinners/actions/workflows/publish.yml/badge.svg?branch=main)](https://github.com/kasuken/BlazorKit.Spinners/actions/workflows/publish.yml)
A Blazor library for loading spinners.
It's a beta version.
## Screenshots
![App Screenshot](https://github.com/kasuken/BlazorKit.Spinners/raw/main/blazorkit.spinners.0.7.14.gif)
## 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
- [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