Introducing Nuvyx UI v1.0.0

Docs
Bubbles Background

Bubbles Background

An interactive fluid bubble background component with animated colorful blobs that respond to user interaction.

Installation

Usage

import { BubbleBackground } from "@/components/ui/bubble-background";
<div className="relative h-[400px] w-full overflow-hidden bg-transparent">
  <BubbleBackground
    bgColorA="rgb(108, 0, 162)"
    bgColorB="rgb(0, 17, 82)"
    blendMode="hard-light"
  />
</div>

Props

Bubble Background

PropTypeDefaultDescription
bgColorAstring"rgb(108, 0, 162)"First color for the background gradient
bgColorBstring"rgb(0, 17, 82)"Second color for the background gradient
bubbleColorsobjectdefaultBubbleColorsRGB color values for different bubbles and the interactive bubble
blendModestring"hard-light"CSS blend mode for the bubble elements
bubbleSizestring"80%"Size of the bubble elements relative to the container