Skip to main content

Variable: BubbleBackground

@arolariu/components


@arolariu/components / BubbleBackground

Variable: BubbleBackground

const BubbleBackground: ForwardRefExoticComponent<BubbleBackgroundProps & RefAttributes<HTMLDivElement>>

Defined in: components/ui/bubble-background.tsx:60

Renders drifting gradient bubbles with an optional interactive cursor follower.

Remarks

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

Example

<BubbleBackground interactive />

See

BubbleBackgroundProps for available props

// was this page useful?