A monospace unicode loading indicator that animates staggered block glyphs along an infinity-shaped track.
import { InfinityTrack } from "@/components/ui/infinity-track"; export default function InfinityTrackDemo() { return ( <div className="flex min-h-[320px] w-full items-center justify-center bg-background text-foreground"> <InfinityTrack /> </div> ); }