Gathering detailed insights and metrics for react-spinkit
Gathering detailed insights and metrics for react-spinkit
Gathering detailed insights and metrics for react-spinkit
Gathering detailed insights and metrics for react-spinkit
react-native-spinkit
A collection of animated loading indicators for React Native
better-react-spinkit
A collection of loading indicators animated with CSS for React
@types/react-spinkit
TypeScript definitions for react-spinkit
react-native-animated-spinkit
A pure JavaScript port of SpinKit for React Native.
npm install react-spinkit
Typescript
Module System
Node Version
NPM Version
CSS (58.12%)
JavaScript (40.45%)
Makefile (1.43%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
1,494 Stars
130 Commits
73 Forks
15 Watchers
25 Branches
11 Contributors
Updated on Mar 21, 2025
Latest Version
3.0.0
Package Id
react-spinkit@3.0.0
Size
0.99 MB
NPM Version
4.2.0
Node Version
7.8.0
Published on
May 22, 2017
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
24
A collection of loading indicators animated with CSS for React
Currently I've ported all the spinner animations from Spinkit. If you have other favorite css spinner you'd like to include, open an issue.
1$ npm install react-spinkit --save
1var Spinner = require('react-spinkit'); 2 3<Spinner name='double-bounce' />
See more examples on the demo page.
CSS is loaded automatically when using Webpack with the css-loader and style-loader, or Browserify/CSSify to build your project.
This also includes most of the spinners from loaders.css. Note that while all of the native spinners from Spinkit are contained within their bounding divs, some of the loaders.css spinners have a zero-sized parent div and extend outward from that (as you can see on the demos page). Regardless of this, they are all easily centerable with flexbox.
Currently we only support Browserify and Webpack. If you'd like support for other build tools that also support requiring CSS, PRs are welcome.
According to research by Jakob Nielsen,
feedback after user operations isn't necessary for about a second so by
default, react-spinkit will fade in your spinner at one second. Nevertheless,
you can configure spinner fade-in behavior with the fadeIn
prop, which
accepts values full
(the default), half
, quarter
, and none
for one
second, a half second, a quarter second, and no fade in, respectively.
For example: <Spinner fadeIn='half' />
.
three-bounce
).sk-spinner
className.If you want to use this for server-side rendering, set
process.env.REACT_SPINKIT_NO_STYLES
in your server build environment,
in webpack via webpack.DefinePlugin
, or whatever is appropriate to your
build process. This will skip the import of styles and allow evaluation of
the SpinKit code in node.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 5/15 approved changesets -- score normalized to 3
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
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
121 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