Spinner

Chasing Bubble Dots

A typing indicator: three dots in a chat bubble light up one after another instead of waving together, reading as "typing" rather than generic loading.

What you can change

  • the caption text through label
  • the sequence tempo through speed in seconds
  • the dot colour through the --vibeui-spinner-007-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-007?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 shape is a chat bubble with a pseudo-element tail and three dots inside. Unlike the wave of dots, the order here is strict: animation-timing-function steps(1,end) switches a dot's brightness in a jump rather than smoothly, and at any moment exactly one dot is lit — that is what makes the highlight read as "typing" rather than as general loading. The delays are computed off a single variable, --vibeui-spinner-007-speed, so the tempo changes through one number. The block is declared role="status" with aria-live, the dots are decorative and marked aria-hidden. Under prefers-reduced-motion the dots freeze at different opacities. 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
  • typing
  • status
Component source

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

Loading…