Stepper
Setup Steps
An install guide as steps: the command is shown only inside the step being performed right now, while the others collapse to a title and a state.
What you can change
- the steps, descriptions and commands through steps
- the active step number through current
- the caption above the code block through codeCaption
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-009?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-009-* variables. Server component: no hooks, the expansion is decided by the step number rather than by a click. The code sits in pre + code with tabIndex={0}: without focus a long command cannot be scrolled from the keyboard, and horizontal scrolling stays the only way to see it in full. The dark code block carries its own background and monospace font variables, so it does not depend on the project's theme. The current step is marked aria-current="step", the states are captioned with the words "Done / Now / Ahead", and the line on the left is coloured only along the completed stretch.
Tags
- stepper
- install
- code
- docs
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…