Docs
Aurora Background

Aurora Background

Animated aurora-style gradient backdrop using CSS keyframes and blend modes.

Aurora Background

A beautiful animated aurora gradient backdrop

Installation

Usage

import { AuroraBackground } from "@/components/pioneerui/aurora-background"
 
export default function Page() {
  return (
    <AuroraBackground>
      <h1 className="text-4xl font-bold">Your content here</h1>
    </AuroraBackground>
  )
}

Props

PropTypeDefaultDescription
showRadialGradientbooleantrueWhether to apply the radial gradient mask
childrenReact.ReactNodeundefinedContent to render over the aurora
classNamestringundefinedAdditional CSS classes for the wrapper