Gathering detailed insights and metrics for epic-react-spinners
Gathering detailed insights and metrics for epic-react-spinners
Gathering detailed insights and metrics for epic-react-spinners
Gathering detailed insights and metrics for epic-react-spinners
react-epic-spinners
Reusable react implementation of epic-spinners using styled-components
@achmadk/react-epic-spinner-css
Reusable react implementation of epic-spinners
react-native-epic-spinners
Reusable React Native's implementation of epic-spinners using built-in Animated
epic-loading-animations
Spinners and Transitions to use in React apps
Epic React Spinners is a implementation of Epic Spinners made in React + TypeScript
npm install epic-react-spinners
Typescript
Module System
Node Version
NPM Version
TypeScript (86.2%)
CSS (6.05%)
SCSS (4.52%)
HTML (3.23%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
85 Commits
1 Watchers
4 Branches
2 Contributors
Updated on Jun 21, 2021
Latest Version
1.0.28
Package Id
epic-react-spinners@1.0.28
Unpacked Size
4.67 kB
Size
2.06 kB
File Count
3
NPM Version
6.14.11
Node Version
14.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
Reusable react components for epic spinners
Visit the demo demo page to see spinners in action
npm install --save epic-react-spinners
OR
yarn add epic-react-spinners
Example
Import each spinners' into your file/component and use the spinner component anywhere.
color, size, animationDuration
are props optional, by default it have values.
color, size, animationDuration
are props optional, by default it have values.
1import React from 'react'; 2import './App.scss'; 3import {Atom, Orbit, Trinity, Electron, Square, SelfSquare, Rhombuses, Flower, HalfCircle, FingerPrint} from 'epic-react-spinners'; 4 5function App() { 6 return ( 7 <Atom color="#61dafb" size="70" animationDuration="2000" /> 8 <Orbit color="#61dafb" size="70" animationDuration="2000" /> 9 <Trinity color="#61dafb" size="70" animationDuration="2000" /> 10 <Electron color="#61dafb" size="70" animationDuration="2000" /> 11 <Square color="#61dafb" size="70" animationDuration="2000" /> 12 <SelfSquare color="#61dafb" size="70" animationDuration="2000" /> 13 <Rhombuses color="#61dafb" size="70" animationDuration="2000" /> 14 <Flower color="#61dafb" size="70" animationDuration="2000" /> 15 <HalfCircle color="#61dafb" size="70" animationDuration="2000" /> 16 <FingerPrint color="#61dafb" size="70" animationDuration="2000" /> 17 ) 18}
Support? :coffee:
Star the repo ⭐️
Pull requests are welcome :sparkles:
Follow me on twitter :hash: @Papu62
License :copyright: MIT license.
Keywords React TypeScript Spinners
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
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
89 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