MorphingInfinity pairs a morphing line icon with a small set of animated
status words. It is a good fit for AI replies, drafting flows, planning states,
and any interface where the wait state should feel deliberate instead of
generic.
Installation
Usage
import { MorphingInfinity } from "@/components/loading-ui/morphing-infinity";<MorphingInfinity />Customization
The component follows the source animation closely: the circle-to-infinity icon
morph, shimmer colors, rotating words, and timing are fixed. Use className to
place it inside your surface or adjust padding around the status.
Compact
Tighten padding when the indicator appears inside dense assistant panels, toolbars, or inline status rows.
Examples
These examples place the morphing infinity in assistant-oriented surfaces where an animated status needs to remain visible without becoming a full-page loader.
Alert
Alerts can pair the animated status with one concise line about the work in progress.
Card
Cards keep the state attached to a specific assistant workspace or processing panel.
Tabs
Tabs work well when generated content and supporting material resolve at different moments.
Assembling a structured answer from the current workspace context.
