A modern animated loading component with gradient orbs that rotate in a smooth morphing pattern.
import UniqueLoading from "@/components/ui/morph-loading"; export default function DemoOne() { return <UniqueLoading variant="morph" size="lg" className="w-full h-full" />; }