Button Group
Chart Step Links
Chart granularity built on links rather than buttons: middle click, "open in a new tab" and the back button all work, and the choice survives a reload.
What you can change
- the steps, their hrefs and captions through steps
- the active step through current
- the accessible navigation 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/buttongroup-030?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 the --vibeui-buttongroup-030-* variables. It is a server component: the state lives in the page address rather than in React. The group is assembled from li elements with links inside a nav with an aria-label; the current step is marked aria-current="page", and the style is picked by the same attribute, so the highlight cannot drift from the declared state. The current link stays a link instead of turning into a span: otherwise focus on it is lost when coming back from history. There is a single border, on the list, the separators are drawn by li + li {border-inline-start}, and the corners are clipped by overflow:hidden. Under the step name stands the number of points, set in tabular figures.
Tags
- buttongroup
- links
- chart
- aria-current
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…