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