New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

reactbits-installer

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactbits-installer

Instant ReactBits components - all 120+ effects bundled, no API limits!

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

ReactBits Installer

npm version

Instantly install 120+ animated React components from ReactBits.dev.

✨ All components bundled - NO GitHub API calls, NO rate limits!

Quick Start

npx reactbits-installer

That's it! Components are copied to ./components/reactbits/.

Usage

# 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

What's Included (120+ components)

CategoryExamples
Text AnimationsSplitText, GlitchText, BlurText, DecryptedText, RotatingText
AnimationsClickSpark, Magnet, SplashCursor, MetaBalls, Ribbons
ComponentsSpotlightCard, Carousel, CircularGallery, Dock, Folder
BackgroundsAurora, Waves, Hyperspeed, Galaxy, LiquidChrome

Run npx rbi --list to see all components.

Usage in Your Code

import Aurora from '@/components/reactbits/Aurora';
import ClickSpark from '@/components/reactbits/ClickSpark';

export default function Page() {
  return (
    <ClickSpark>
      <Aurora />
      <h1>Hello World</h1>
    </ClickSpark>
  );
}

Features

  • Instant - Components bundled, no downloads
  • No Rate Limits - No GitHub API calls
  • TypeScript Ready - All .tsx files
  • Next.js Ready - Includes "use client" directive
  • Incremental - Only installs missing components

Credits

Components from ReactBits by David Haz.

License

MIT

Keywords

react

FAQs

Package last updated on 10 Dec 2025

Did you know?

Socket

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.

Install

Related posts