Command Palette

Search for a command to run...

Docs
Aurora Waves

Aurora Waves

Aurora-style waves with customizable speed, glow, and theme support

Installation

Usage

import AuroraWaves from "@/components/ruixen/aurora-waves";
 
export default function App() {
  return (
    <div className="relative h-screen w-full">
      <AuroraWaves speed={1.0} glow={15.0} theme="dark" resolutionScale={1.0} />
      <div className="relative z-10">{/* Your content here */}</div>
    </div>
  );
}

Props

PropTypeDefaultDescription
speednumber1.0Animation speed multiplier
glownumber15.0Glow intensity around waves
theme"dark" | "light""dark"Color theme for the background
resolutionScalenumber1.0Scale factor for rendering resolution