Alert
Progress Alert
An alert for work in progress: the step, the percentage and a bar built into the block's bottom edge. Unknown duration is shown honestly as a travelling segment.
What you can change
- title and step — what is running and what is happening now
- value — 0–100, or null when the duration is unknown
- onCancel and cancelLabel — aborting the operation
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.club/c/alert-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
The component is self-contained: one file, no dependencies, its own palette in local variables --vibeui-alert-008-*. The progress bar is an absolutely positioned edge of the block rather than a row in the flow: the message stays compact. The fill width arrives through the --vibeui-alert-008-value variable. value={null} turns on the unknown-duration state: a segment travels along the edge and aria-valuenow is not set. The spinner is drawn with a border that has one coloured edge.
Tags
- alert
- progress
- loading
- operation
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…