Gathering detailed insights and metrics for react-spinners-kit
Gathering detailed insights and metrics for react-spinners-kit
npm install react-spinners-kit
Typescript
Module System
Node Version
NPM Version
60.4
Supply Chain
90
Quality
74.9
Maintenance
100
Vulnerability
98.6
License
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
1,700,538
Last Day
1,045
Last Week
1,045
Last Month
16,090
Last Year
298,460
262 Stars
99 Commits
44 Forks
4 Watching
17 Branches
2 Contributors
Minified
Minified + Gzipped
Latest Version
1.9.1
Package Id
react-spinners-kit@1.9.1
Unpacked Size
125.02 kB
Size
14.53 kB
File Count
6
NPM Version
6.9.0
Node Version
8.12.0
Cumulative downloads
Total Downloads
Last day
0%
1,045
Compared to previous day
Last week
-66.9%
1,045
Compared to previous week
Last month
-10.7%
16,090
Compared to previous month
Last year
-16.7%
298,460
Compared to previous year
5
1
34
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 <PushSpinner size={30} color="#686769" loading={loading} />; 16 } 17} 18 19ReactDOM.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
no SAST tool detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
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
87 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-02-03
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