{"id":37039036,"url":"https://github.com/ayodejii/blazor-spinner-css","last_synced_at":"2026-01-14T04:38:05.328Z","repository":{"id":204411691,"uuid":"586187177","full_name":"ayodejii/blazor-spinner-css","owner":"ayodejii","description":"Amazing collection of Blazor Server and Web Assembly spinners components with pure css.","archived":false,"fork":false,"pushed_at":"2023-11-12T05:59:28.000Z","size":274,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-27T13:17:43.008Z","etag":null,"topics":["blazor","blazor-server","blazor-webassembly","component","csharp","css","frontend-web","loader","loading"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ayodejii.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-01-07T08:43:16.000Z","updated_at":"2025-06-12T12:01:24.000Z","dependencies_parsed_at":"2023-11-11T18:28:24.389Z","dependency_job_id":"5b31621e-dd01-4732-9ab8-e2cf5b7fe4dd","html_url":"https://github.com/ayodejii/blazor-spinner-css","commit_stats":null,"previous_names":["ayodejii/blazor-spinner-css"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ayodejii/blazor-spinner-css","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayodejii%2Fblazor-spinner-css","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayodejii%2Fblazor-spinner-css/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayodejii%2Fblazor-spinner-css/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayodejii%2Fblazor-spinner-css/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayodejii","download_url":"https://codeload.github.com/ayodejii/blazor-spinner-css/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayodejii%2Fblazor-spinner-css/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28409623,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blazor","blazor-server","blazor-webassembly","component","csharp","css","frontend-web","loader","loading"],"created_at":"2026-01-14T04:38:03.609Z","updated_at":"2026-01-14T04:38:05.320Z","avatar_url":"https://github.com/ayodejii.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Spinners CSS Loaders ([React](https://github.com/JoshK2/react-spinners-css), [Vue](https://github.com/JoshK2/vue-spinners-css), [Angular](https://github.com/JoshK2/ng-spinners))\n\n[![Nuget version](https://img.shields.io/nuget/v/blazor-css-spinner)](https://www.nuget.org/packages/blazor-css-spinner)\n[![Nuget Downloads](https://img.shields.io/nuget/dt/blazor-css-spinner?color=orange)](https://www.nuget.org/packages/blazor-css-spinner)\n\n![blazor_css_updated](https://github.com/ayodejii/blazor-spinner-css/assets/43586181/9c569226-8ffe-40d1-8684-f9bc2792f465)\n\n\u003e This library requires the .NET 7 SDK.\n\nAmazing collection of Blazor spinners components with pure css.  \nThe Blazor spinners are based on [loading.io](loading.io) and from all over the web.  \nIf you want to add your own spinner, please follow the [contributing guidelines](CONTRIBUTING.md).\n\n- 💅No extra CSS imports\n- ✂️Zero dependencies\n\n## 🚀 List of Spinners - Parameters and their types\n\nThe following components accept a `Color` parameter, and few also accept a `Size` parameter.  \nThe default `Color` parameter is `#7f58af`.  \nComponents that accept `Size` parameter have a default size in pixel.\n\n| Spinner        | Color: string | Size: int    | \n|----------------| ------------- | ------------ |\n| `\u003cCircle/\u003e`    | `#7f58af`     | `64`         | \n| `\u003cDefault/\u003e`   | `#7f58af`     | `80`         | \n| `\u003cEllipsis/\u003e`  | `#7f58af`     | `80`         |\n| `\u003cDualRing/\u003e`  | `#7f58af`     | `80`         |\n| `\u003cFacebook/\u003e`  | `#7f58af`     | `80`         | \n| `\u003cGrid/\u003e`      | `#7f58af`     | `80`         | \n| `\u003cHeart/\u003e`     | `#7f58af`     | `80`         | \n| `\u003cHourglass/\u003e` | `#7f58af`     | `32`         |\n| `\u003cRing/\u003e`      | `#7f58af`     | `80`         | \n| `\u003cRipple/\u003e`    | `#7f58af`     | `80`         | \n| `\u003cRoller/\u003e`    | `#7f58af`     | -            | \n| `\u003cSpinner/\u003e`   | `#7f58af`     | -            |\n| `\u003cOrbitals/\u003e`  | `#7f58af`     | -            | \n| `\u003cOuroboro/\u003e`  | `#7f58af`     | -            |\n| `\u003cBall/\u003e`      | `#7f58af`     | `80`         |\n| `\u003cCubeGrid/\u003e`  | `#7f58af`     | `80`         |\n\nThe following components accept three parameters, `PrimaryColor`, `SecondaryColor`, and a `Size` parameter.\nThe default `PrimaryColor` and `SecondaryColor` parameter values are `#7f58af` and `#88AF58` respectively.\nComponents that accept `Size` parameter have a default size in pixel.\n\n| Spinner        | PrimaryColor: string | SecondaryColor: string | Size: int | \n|----------------|----------------------|------------------------|-----------|\n| `\u003cDisk/\u003e`      | `#7f58af`            | `#FC94AF`              | `80`      | \n| `\u003cDualBall/\u003e`  | `#7f58af`            | `#FC94AF`              | `80`      |\n| `\u003cPivotBall/\u003e` | `#7f58af`            | `#FC94AF`              | `80`      |\n\nAdd the package to your application using dotnet cli\n\n```\n  dotnet add package blazor-css-spinner --version 1.0.2\n``` \nusing dotnet CLI\n\n## Usage Examples\n\n```\n\u003cCircle /\u003e @default color is #7f58af@\n\u003cCircle Color=\"red\" /\u003e\n\u003cCircle Color=\"#be97e8\" Size=200 /\u003e @size parameter is int in pixel@\n\u003cHeart Color=GetRandomColor() /\u003e\n\n@code\n{\n    string GetRandomColor() =\u003e \"red\";\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayodejii%2Fblazor-spinner-css","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayodejii%2Fblazor-spinner-css","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayodejii%2Fblazor-spinner-css/lists"}