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