Stepper
Optional Steps
Steps with optional stages among them: those are marked with a word and a dashed outline, while the counter on top counts only the required ones so the progress does not lie.
What you can change
- the steps and their optional flag through steps
- the active step number through current
- the badge text through optionalLabel
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-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, zero dependencies, the palette in the --vibeui-stepper-008-* variables. Server component: the required steps are counted at render. Optionality is marked three times: by a word in the label, by the item's dashed border and by a dashed circle — colour plays no part here at all. The counter at the top deliberately counts required steps only: "2 of 6" is intimidating when four steps can be skipped. The items sit in a wrapping ol, so a long list does not run off into a scroll but rebuilds into several rows. The current step is marked aria-current="step", and the states are duplicated by a hidden phrase.
Tags
- stepper
- optional
- onboarding
- progress
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…