Spinner
Barber Pole Loading Bar
An indeterminate progress bar made of moving diagonal stripes: the whole track is one painted conveyor on background-position, with no separate beam.
What you can change
- the caption through label
- the bar thickness through height in pixels
- the stripe colour through the --vibeui-spinner-008-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-008?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. Unlike the track with a beam running along it, here the whole bar is filled with a repeating-linear-gradient and travels as a whole through background-position — a "striped conveyor", one element instead of a track and a slider. The track is marked role="progressbar" with aria-busy and without aria-valuenow: an invented percentage is worse than none. Under prefers-reduced-motion the pattern freezes in place — the stripes stay visible, the movement disappears. The thickness is exposed through the height prop. 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…