![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
ng-spinners
Advanced tools
[![bit components](https://img.shields.io/badge/dynamic/json.svg?color=6e3991&label=bit%20components&query=payload.totalComponents&url=https%3A%2F%2Fapi.bit.dev%2Fscope%2Fjoshk%2Fng-spinners)](https://bit.dev/joshk/ng-spinners) [![npm version](https://bad
Amazing collection of Angular spinners components with pure css.
The Angular spinners are based on loading.io and from all over the web.
Browse components and explore their props with Bit.
Install specific angular spinner component with npm, yarn or bit without having to install the whole project.
Install components and live demo
Each component accepts a color
prop, and few accepts also size
prop.
The default color
prop is #7f58af
.
Component that accepts size
prop have a default size in pixel.
Spinner | color: string | size: number |
---|---|---|
<circle-loader></circle-loader> | #7f58af | 64 |
<default-loader></default-loader> | #7f58af | - |
<dualring-loader></dualring-loader> | #7f58af | - |
<ellipsis-loader></ellipsis-loader> | #7f58af | - |
<facebook-loader></facebook-loader> | #7f58af | - |
<grid-loader></grid-loader> | #7f58af | - |
<heart-loader></heart-loader> | #7f58af | - |
<hourglass-loader></hourglass-loader> | #7f58af | - |
<ring-loader></ring-loader> | #7f58af | 80 |
<ripple-loader></ripple-loader> | #7f58af | - |
<roller-loader></roller-loader> | #7f58af | - |
<spinner-loader></spinner-loader> | #7f58af | - |
<orbitals-loader></orbitals-loader> | #7f58af | - |
npm i --save ng-spinners
Install specific Angular spinner component/module with bit, npm or yarn without having to install the whole project Using bit to play with live demo, and try the spinners before install.
set npm regisetry config(one time action):
npm config set '@bit:registry' https://node.bit.dev
and use your favorite package manager:
npm i @bit/joshk.ng-spinners.facebook-loader
yarn add @bit/joshk.ng-spinners.facebook-loader
bit import joshk.ng-spinners/facebook-loader
module file example:
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
//using npm or yarn
import { FacebookLoaderModule } from 'ng-spinners';
//using bit
import { FacebookLoaderModule } from '@bit/joshk.ng-spinners.facebook-loader';
@NgModule({
declarations: [
AppComponent,
],
imports: [
BrowserModule,
FacebookLoaderModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
component html file example:
<facebook-loader color="black"></facebook-loader>
<facebook-loader color="#de3541"></facebook-loader>
<facebook-loader></facebook-loader>
Complete example of this component can be found here.
You can see the components locally by cloning this repo and doing the following steps:
package.json
, run: npm install
.npm run start
.If you like to support my open-source contributions please star and share this project. 💫
FAQs
[![bit components](https://img.shields.io/badge/dynamic/json.svg?color=6e3991&label=bit%20components&query=payload.totalComponents&url=https%3A%2F%2Fapi.bit.dev%2Fscope%2Fjoshk%2Fng-spinners)](https://bit.dev/joshk/ng-spinners) [![npm version](https://bad
The npm package ng-spinners receives a total of 0 weekly downloads. As such, ng-spinners popularity was classified as not popular.
We found that ng-spinners demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.