The gooey effect for React, used for shape blobbing / metaballs (0.5 KB) 🧽
npm install gooey-react
import Goo from 'gooey-react'
<Goo> … </Goo>
You can put regular HTML elements inside Goo
, but using an SVG is recommended for better browser support. Shape blobbing will be applied to everything within the component.
Visit the website for full documentation, properties and examples.