
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
reactbits-installer
Advanced tools
Instant ReactBits components - all 120+ effects bundled, no API limits!
Instantly install 120+ animated React components from ReactBits.dev.
✨ All components bundled - NO GitHub API calls, NO rate limits!
npx reactbits-installer
That's it! Components are copied to ./components/reactbits/.
# Install missing components
npx reactbits-installer
# Check what's available
npx reactbits-installer --check
# List all bundled components
npx reactbits-installer --list
# Custom output directory
npx reactbits-installer --output ./src/ui/reactbits
# Reinstall all (overwrite existing)
npx reactbits-installer --force
# Short alias
npx rbi
| Category | Examples |
|---|---|
| Text Animations | SplitText, GlitchText, BlurText, DecryptedText, RotatingText |
| Animations | ClickSpark, Magnet, SplashCursor, MetaBalls, Ribbons |
| Components | SpotlightCard, Carousel, CircularGallery, Dock, Folder |
| Backgrounds | Aurora, Waves, Hyperspeed, Galaxy, LiquidChrome |
Run npx rbi --list to see all components.
import Aurora from '@/components/reactbits/Aurora';
import ClickSpark from '@/components/reactbits/ClickSpark';
export default function Page() {
return (
<ClickSpark>
<Aurora />
<h1>Hello World</h1>
</ClickSpark>
);
}
.tsx files"use client" directiveComponents from ReactBits by David Haz.
MIT
FAQs
Instant ReactBits components - all 120+ effects bundled, no API limits!
We found that reactbits-installer demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

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.