Progress
Labelled Progress
A progress bar with a label and an honest unknown-duration state: when the percentage is not known, the component does not invent one.
What you can change
- value — a number from 0 to 100, or null when the duration is unknown
- label — what is being done
- hint — the right-hand caption when a percentage is wrong: "3 of 8", "12 MB"
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/progress-001?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-progress-001-*. The fill is computed from the --vibeui-progress-001-value variable, so the width of the bar is set by a number and not by a string with a percent sign. value={null} turns on the unknown-duration state: a segment travels along the track by animation and aria-valuenow is not set. The value is clamped to the 0–100 range.
Tags
- progress
- loading
- indicator
- status
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…