Git Product home page Git Product logo

blazor-spinner-css's Introduction

React Spinners CSS Loaders (React, Vue, Angular)

spinners

This library requires the .NET 7 SDK.

Amazing collection of Blazor spinners components with pure css.
The Blazor spinners are based on loading.io and from all over the web.
If you want to add your own spinner, please follow the contributing guidelines.

  • πŸ’…No extra CSS imports
  • βœ‚οΈZero dependencies

πŸš€ List of Spinners - Parameters and their types

Each component accepts a Color parameter, and few accepts also Size parameter.
The default Color parameter is #7f58af.
Component that accepts Size parameter have a default size in pixel.

Spinner Color: string Size: int
<Circle/> #7f58af 64
<Default/> #7f58af 80
<Ellipsis/> #7f58af 80
<DualRing/> #7f58af 80
<Facebook/> #7f58af 80
<Grid/> #7f58af 80
<Heart/> #7f58af 80
<Hourglass/> #7f58af 32
<Ring/> #7f58af 80
<Ripple/> #7f58af 80
<Roller/> #7f58af -
<Spinner/> #7f58af -
<Orbitals/> #7f58af -
<Ouroboro/> #7f58af -

Add the package to your application using

  dotnet add package blazor-css-spinner --version 1.0.2

using dotnet CLI

Usage Examples

<Circle /> @default color is #7f58af@
<Circle Color="red" />
<Circle Color="#be97e8" Size=200 /> @size parameter is int in pixel@
<Heart Color=GetRandomColor() />

@code
{
    string GetRandomColor() => "red";
}

blazor-spinner-css's People

Contributors

ayodejii 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.