Skip to main content

Variable: BackgroundBeams

@arolariu/components


@arolariu/components / BackgroundBeams

Variable: BackgroundBeams

const BackgroundBeams: ForwardRefExoticComponent<BackgroundBeamsProps & RefAttributes<HTMLDivElement>>

Defined in: components/ui/background-beams.tsx:28

Renders animated aurora-style beams that sweep across the background.

Remarks

  • Animated component using the motion library
  • Renders a <div> element containing animated SVG paths
  • Styling via CSS Modules with --ac-* custom properties
  • Client-side only ("use client" directive)

Example

<BackgroundBeams />

See

BackgroundBeamsProps for available props

// was this page useful?