Spinner
Indeterminate Progress Bar
An indeterminate progress bar with no aria-valuenow: the moment that attribute appears, a screen reader announces a percentage nobody calculated.
What you can change
- the caption and the second line through label and hint
- the bar thickness through height in pixels
- the beam colour through the --vibeui-spinner-003-accent variable
A link for your AI agent: preview, code and instructions.
Preview
Use it with AI
- 1. Copy the link.
- 2. Write to your agent in your own words and drop the link into the sentence.
- 3. The agent opens the link and installs the component from the registry.
put this on the home page as the hero:
https://vibeui.ru/c/spinner-003?lang=en&theme=dark
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 track is marked role=progressbar with aria-busy and without aria-valuenow — that is the correct way to declare indeterminate progress; an invented percentage is worse than none. The beam travels along the track with a transform animation rather than by changing left or width: the browser does not recalculate layout on every frame, and the bar does not heat the CPU inside a long list. The thickness is exposed through the height prop and fed into a variable in pixels. Under prefers-reduced-motion the beam fills the whole track and breathes slowly. 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
- progress
- indeterminate
- bar
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…