Docs
Floating Bubble Backgroud

Floating Bubble Backgroud

A amazing Floating Bubble Backgroud

Floating Bubbles

Welcome to BuouUI

Installation

Install the following dependencies:

npm install framer-motion

Copy and paste the dot code into your project.

API Reference

Props

PropTypeDescription
xnumberThe horizontal position of the bubble on the screen.
ynumberThe vertical position of the bubble on the screen.
sizenumberThe size (width and height) of the bubble
colorstringThe color of the bubble

Usage

export default function Demo() {
  return (
    <div className="h-[600px] flex items-center justify-center overflow-hidden bg-gray-900 dark:bg-gray-900">
       <FloatingBubbles />
    </div>
  )
}