Compact animated morph activity indicators for showing agent status without blocking the thread.
import { Orb } from "@/components/ui/orbs-morph"; export default function Demo() { return ( <div className="flex min-h-[320px] items-center justify-center p-12"> <Orb variant="M3" size={40} label="Unfolding" pill /> </div> ); }