Components
Loading preview...
Liquid loader for futuristic loading states. Features fluid-like animated blobs in vibrant gradients. Ideal for dark-themed UIs, splash screens, or playful transitions.
@ravikatiyar
npx shadcn@latest add https://21st.dev/r/ravikatiyar162/liquid-loaderimport 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>
);
}