Import
Usage
Props
Color scheme for the blobs. Can be a preset color name or an array of three custom Tailwind color classes.Available presets:
slate, gray, darkgray, darkergray, zinc, neutral, stone, red, orange, amber, yellow, lime, green, emerald, teal, cyan, sky, blue, indigo, violet, purple, fuchsia, pink, roseThe amount of blur applied to the blobs.
Object-based class names for conditional styling.
Inline styles to apply to the container.
Color Options
Behavior
The blobs automatically fade in with a 2-second animation. The animation is hidden for users with
prefers-reduced-motion enabled. Each blob has randomized animation timing for natural movement.Implementation Details
- Uses container query units (
cqw) for responsive sizing - Three blobs with staggered animation delays (-5s and -10s)
- 20% opacity for subtle background effect
- Random animation selection from 7 different blob animations
absolute inset-0positioning fills the parent container