npm i @paper-design/shaders-react
import { Metaballs } from '@paper-design/shaders-react'; <Metaballs style={{ height: 500 }} colorBack="hsl(0, 0%, 7%)" count={10} size={0.83} offsetX={0} offsetY={0} scale={1} rotation={0} speed={1} colors={[ "hsl(263, 60%, 50%)", "hsl(20, 100%, 50%)", "hsl(45, 100%, 51%)", "hsl(47, 100%, 50%)", "hsl(295, 100%, 76%)" ]} />
Circular shapes moving around the center, blending and merging based on distance.