Spinner

Dots Wave Loader

Waiting shown as three dots instead of a ring: dots take less height and sit inline beside text without pushing the line apart.

What you can change

  • the caption text and its length
  • the wave tempo through speed in seconds
  • the dot colour through the --vibeui-spinner-002-accent variable

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-002?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 wave is built from delays computed off a single variable, --vibeui-spinner-002-speed, through calc, so the tempo changes through one number rather than three animation edits. The dots are decorative and marked aria-hidden, the state is declared with role=status and aria-live=polite on the root — otherwise a screen reader stays silent about the work in progress. Under prefers-reduced-motion the animation is switched off, but the dots freeze at different opacities: the "work in progress" message remains, the blinking disappears. 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
  • dots
  • loading
  • status
Component source

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

Loading…