Variable: BackgroundBeams
@arolariu/components / BackgroundBeams
Variable: BackgroundBeams
constBackgroundBeams: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
motionlibrary - 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?