GithubHelp home page GithubHelp logo

sharaf-mansour / blazorkit.spinners Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kasuken/blazorkit.spinners

0.0 0.0 0.0 480 KB

A Blazor library for loading spinners

License: MIT License

HTML 18.91% C# 2.63% CSS 78.46%

blazorkit.spinners's Introduction

BlazorKit.Spinners

Publish BlazorKit.Spinners on NuGet

A Blazor library for loading spinners.

It's a beta version.

Screenshots

App Screenshot

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 6 migration

Installation

With Package Manager:

Install-Package BlazorKit.Spinners

With .NET CLI:

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:

<link href="_content/BlazorKit.Spinners/spinners.css" rel="stylesheet" />
<link href="_content/BlazorKit.Spinners/keyframes.css" rel="stylesheet" />

Between the BODY tags edit the APP section so that it looks like this:

<div id="app">
  <div class="loaderWrapper">
    <span class="loaderMain"></span>
  </div>
</div>

Tech Stack

  • Blazor
  • .NET 6
  • C# 10.0

Run Locally

Clone the project

  git clone https://github.com/kasuken/BlazorKit.Spinners

Go to the project directory

  cd BlazorKit.Spinners

Start

  dotnet run

Contributing

Contributions are always welcome!

Inspired by

https://codepen.io/vineethtrv/pen/NWxZqMM

blazorkit.spinners's People

Contributors

angelodotnet avatar kasuken avatar sharaf-mansour avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.