Stepper
Vertical Steps
A vertical step list where every step has room for an explanation and a timestamp, and its state is spelled out in a word beside the title.
What you can change
- the steps, descriptions and timestamps through steps
- the active step number through current
- the list's accessible name through label
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/stepper-003?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, zero dependencies, the palette in the --vibeui-stepper-003-* variables. Server component: no hooks. An item is a two-column grid: the circle takes the first column across all rows (grid-row: 1 / span 3) and the text goes into the second, so the description and the time align to the title without manual indents. The connecting line is the item's ::before: it starts under the circle and stops at the last step, so it does not dangle into empty space. The current step is marked aria-current="step", and each item's state is duplicated by the caption "Done / Now / Ahead": the line colour is not the only carrier of meaning.
Tags
- stepper
- vertical
- timeline
- status
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…