Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/faso/Faso.Blazor.SpinKit

🔄 Blazor component wrappers around SpinKit
https://github.com/faso/Faso.Blazor.SpinKit

Last synced: about 2 months ago
JSON representation

🔄 Blazor component wrappers around SpinKit

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/)):
```

```