Spinner
Blocking Busy Overlay
An overlay that actually blocks: the content is marked inert, so no clickable buttons or tab-reachable fields survive underneath the veil.
What you can change
- the overlay text through label
- turning the block on through busy
- the block content — any node in the slot
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-005?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 state arrives through the busy prop. A translucent veil forbids nothing on its own — working buttons and fields remain beneath it, and Tab reaches them. Here the content gets the inert attribute, which removes it both from focus and from the accessibility tree, while aria-busy is set on the region so that a screen reader reports the work. The veil is filled with its own translucent token, --vibeui-spinner-005-veil, plus a backdrop-filter: it mutes the content without hiding it entirely, and the user can see exactly what is being saved. Under prefers-reduced-motion the ring 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
- overlay
- busy
- inert
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…