Floating bubbles with 3D gradient effect and wobble animation.
npx chaos add bubblesimport { Bubbles } from '@oalacea/chaosui/backgrounds/bubbles';
<Bubbles />
<Bubbles count={40} color="rgba(255, 0, 100, 0.15)" />
<Bubbles minSize={10} maxSize={50} speed={1.5} />