Skip to main content

Variable: HoleBackground

@arolariu/components


@arolariu/components / HoleBackground

Variable: HoleBackground

const HoleBackground: ForwardRefExoticComponent<HoleBackgroundProps & RefAttributes<HTMLCanvasElement>>

Defined in: components/ui/hole-background.tsx:117

Renders a vortex-style tunnel animation with discs, scanlines, and particles.

Remarks

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

Example

<HoleBackground />

See

HoleBackgroundProps for available props

// was this page useful?