Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faso/Faso.Blazor.SpinKit
🔄 Blazor component wrappers around SpinKit
https://github.com/faso/Faso.Blazor.SpinKit
Last synced: 18 days ago
JSON representation
🔄 Blazor component wrappers around SpinKit
- Host: GitHub
- URL: https://github.com/faso/Faso.Blazor.SpinKit
- Owner: faso
- License: mit
- Created: 2019-09-27T19:23:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T21:51:27.000Z (over 4 years ago)
- Last Synced: 2024-04-29T23:09:39.206Z (7 months ago)
- Language: HTML
- Homepage:
- Size: 11.7 KB
- Stars: 30
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blazor.SpinKit
![.NET Core](https://github.com/faso/Faso.Blazor.SpinKit/workflows/.NET%20Core/badge.svg)
Simple Blazor component wrappers around [SpinKit](https://tobiasahlin.com/spinkit/)
SpinKit is designed by [Tobias Ahlin](https://github.com/tobiasahlin)
## Usage
1) Install the package by running
`dotnet add package Faso.Blazor.SpinKit`
or search "Faso.Blazor.SpinKit" in the NuGet directory
2) Include the following directly in your component or `_Imports.razor`:
`@using Faso.Blazor.SpinKit`
3) Place one of the 11 available spinners in your markup (presented in the same order here as on the [demo website](https://tobiasahlin.com/spinkit/)):
``````