Toggle Group
List View Group
A view switcher together with the list it controls: the link is declared through aria-controls, and the three views are three rule sets over one piece of markup.
What you can change
- the group name through label
- the initial view through defaultValue
- the heading through heading and the list contents through items
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/togglegroup-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
One file, zero dependencies, the --vibeui-togglegroup-003-* palette. Client component: useState and useId. The group is not abstract: it points aria-controls at a specific list and changes the list's appearance with a data-view attribute on the root. The list is not rebuilt in the process — only the layout rules change, so switching loses neither the scroll position nor the focus inside. This is a togglegroup, not a buttongroup: a button does not trigger an action but declares the view state through aria-pressed, and exactly one of the three states is on.
Tags
- togglegroup
- view
- aria-controls
- layout
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…