Gathering detailed insights and metrics for react-spinners-kit-upd
Gathering detailed insights and metrics for react-spinners-kit-upd
Gathering detailed insights and metrics for react-spinners-kit-upd
Gathering detailed insights and metrics for react-spinners-kit-upd
A collection of loading spinners with React.js
npm install react-spinners-kit-upd
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
262 Stars
99 Commits
43 Forks
3 Watchers
17 Branches
2 Contributors
Updated on Jun 30, 2025
Latest Version
1.9.1
Package Id
react-spinners-kit-upd@1.9.1
Unpacked Size
124.61 kB
Size
14.42 kB
File Count
6
NPM Version
6.9.0
Node Version
10.16.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
4
1
30
A collection of loading spinners built with styled-components.
Install react-spinners-kit
using npm.
npm install --save react-spinners-kit
or if you prefer yarn
yarn add react-spinners-kit
1import React from "react"; 2import ReactDOM from "react-dom"; 3import { PushSpinner } from "react-spinners-kit"; 4 5class App extends React.Component { 6 constructor(props) { 7 super(props); 8 this.state = { 9 loading: true, 10 }; 11 } 12 13 render() { 14 const { loading } = this.state; 15 return ( 16 <PushSpinner 17 size={30} 18 color="#686769" 19 loading={loading} 20 /> 21 ); 22 } 23} 24 25ReactDOM.render(<App />, document.getElementById("root"));
loading
prop as a boolean.loading
prop defaults to true
.loading
is false
.Spinner | Size: number | Color: string | FrontColor: string | BackColor: string | SizeUnit: string |
---|---|---|---|---|---|
BallSpinner | 40 | #00ff89 | - | - | px |
BarsSpinner | 40 | #00ff89 | - | - | px |
CircleSpinner | 30 | #fff | - | - | px |
CubeSpinner | 25 | - | #00ff89 | #686769 | px |
DominoSpinner | 100 | #686769 | - | - | px |
FillSpinner | 20 | #686769 | - | - | px |
FireworkSpinner | 40 | #fff | - | - | px |
FlagSpinner | 40 | #fff | - | - | px |
GridSpinner | 40 | #fff | - | - | px |
GuardSpinner | 40 | - | #00ff89 | #686769 | px |
HeartSpinner | 40 | #fff | - | - | px |
ImpulseSpinner | 40 | - | #00ff89 | #686769 | px |
PulseSpinner | 40 | #fff | - | - | px |
PushSpinner | 30 | #686769 | - | - | px |
SequenceSpinner | 40 | - | #00ff89 | #686769 | px |
SphereSpinner | 30 | #fff | - | - | px |
SpiralSpinner | 40 | #00ff89 | #686769 | px | |
StageSpinner | 40 | #fff | - | - | px |
SwapSpinner | 40 | #686769 | - | - | px |
WaveSpinner | 30 | #fff | - | - | px |
ClapSpinner | 30 | - | #00ff89 | #686769 | px |
RotateSpinner | 45 | #00ff89 | - | - | px |
SwishSpinner | 40 | - | #4b4c56 | #fff | px |
GooSpinner | 55 | #fff | - | - | px |
CombSpinner | 100 | #fff | - | - | px |
PongSpinner | 60 | #4b4c56 | - | - | px |
RainbowSpinner | 50 | #fff | - | - | px |
RingSpinner | 30 | #00ff89 | - | - | px |
HoopSpinner | 45 | #4b4c56 | - | - | px |
FlapperSpinner | 30 | #00ff89 | - | - | px |
MagicSpinner | 70 | #fff | - | - | px |
JellyfishSpinner | 60 | #4b4c56 | - | - | px |
TraceSpinner | 70 | - | #00ff89 | #4b4c56 | px |
ClassicSpinner | 30 | #fff | - | - | px |
MetroSpinner | 40 | #fff | - | - | px |
WhisperSpinner | 50 | #fff | #4b4c56 | #00ff89 | px |
You can also test the components locally by cloning this repo and doing the following steps:
Install dependencies from package.json
:
npm install
Runs the app in the development mode.
Open http://localhost:1234 to view it in the browser.
npm start
Run linter
npm run lint
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
93 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More