Liquid loader for futuristic loading states. Features fluid-like animated blobs in vibrant gradients. Ideal for dark-themed UIs, splash screens, or playful transitions.
import LiquidLoading from "@/components/ui/liquid-loader"; export default function DotLoaderDemo() { return ( <div className="flex min-h-screen w-full items-center justify-center rounded-lg border bg-background p-4"> <LiquidLoading /> </div> ); }