An animated loading indicator of organic merging blobs that stretch and squash using an SVG gooey filter.
import { LoaderGooeyBlobs } from "@/components/ui/loaders-gooey-blobs"; export default function Default() { return ( <div className="flex min-h-64 items-center justify-center text-foreground"> <LoaderGooeyBlobs /> </div> ); }