
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
epic-react-spinners
Advanced tools
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.
import React from 'react';
import './App.scss';
import {Atom, Orbit, Trinity, Electron, Square, SelfSquare, Rhombuses, Flower, HalfCircle, FingerPrint} from 'epic-react-spinners';
function App() {
return (
<Atom color="#61dafb" size="70" animationDuration="2000" />
<Orbit color="#61dafb" size="70" animationDuration="2000" />
<Trinity color="#61dafb" size="70" animationDuration="2000" />
<Electron color="#61dafb" size="70" animationDuration="2000" />
<Square color="#61dafb" size="70" animationDuration="2000" />
<SelfSquare color="#61dafb" size="70" animationDuration="2000" />
<Rhombuses color="#61dafb" size="70" animationDuration="2000" />
<Flower color="#61dafb" size="70" animationDuration="2000" />
<HalfCircle color="#61dafb" size="70" animationDuration="2000" />
<FingerPrint color="#61dafb" size="70" animationDuration="2000" />
)
}
Support? :coffee:
Star the repo ⭐️
Pull requests are welcome :sparkles:
Follow me on twitter :hash: @Papu62
License :copyright: MIT license.
Keywords React TypeScript Spinners
FAQs
React implementation of epic spinners
We found that epic-react-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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.