Spinner

Staged Status Message

A staged status indicator: three progress messages crossfade into one another in a loop through animation-delay, with no client JS at all.

What you can change

  • the accessible caption through label
  • the three stage texts through stages
  • the full-loop duration through speed in seconds

A link for your AI agent: preview, code and instructions.

Preview

1440pxHost theme

Use it with AI

  1. 1. Copy the link.
  2. 2. Write to your agent in your own words and drop the link into the sentence.
  3. 3. The agent opens the link and installs the component from the registry.
AI
1Pick it here

put this on the home page as the hero:

https://vibeui.ru/c/spinner-012?lang=en&theme=dark

2Paste into the chat
3Get it in your project

Not sure where to paste it? Step-by-step guide

Show the full instructions

What the link says, spelled out. Use it when your agent cannot open links — paste this text instead.

Loading…

For developers

The install command lives in the “Component source” block below — a signed link that stays valid for 24 hours.

Technical notes

A server component, there are no hooks. The three stage lines are stacked on top of one another with absolute positioning and become visible in turn through an animation-delay computed off a single variable, --vibeui-spinner-012-speed — the same technique as in the queue of dots, only applied to text. The stage cycling is decorative and marked aria-hidden: without state there is nothing a screen reader could meaningfully announce on every frame of a CSS animation, so the accessible name is a static caption through aria-label on the root role="status". Under prefers-reduced-motion only the first stage is visible, and the ring beside the text breathes instead of spinning. The theme comes from the surrounding color-scheme through light-dark(): the component has no background by default — it sits on the page background and darkens with it, while the background prop switches on a panel.

Tags

  • spinner
  • stages
  • status
  • loading
Component source

The same file your agent installs. Here in case you would rather copy it by hand.

Loading…