Progress
Named Step Progress
Progress that gives its main answer in words: a large line names the current step and the one after it, while the milestones on a continuous track act as a map of the route.
What you can change
- the step list through steps
- the current step through current
- the process heading through title
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-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-progress-008-*. A server component: no hooks. The track is drawn with two pseudo-elements of the container: ::before is a grey line across the full width, ::after is the fill up to the current milestone from the value variable; the milestones sit above it as ordinary spans in a flex with space between. The surface-coloured ring around a milestone is set with border, so the line underneath does not show through. The share is computed as index / (total − 1): the fill arrives exactly at the centre of the current milestone rather than "somewhere near it". role="progressbar" is declared in steps, and aria-valuetext repeats the line "Step 3 of 5: Checking the data".
Tags
- progress
- steps
- wizard
- display
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…