Toggle Group
Format Toolbar
A formatting toolbar built from two toggle groups with real separators: multi-select type styles on the left, single-select alignment on the right.
What you can change
- the toolbar name through label
- the initial alignment through defaultAlign
- the initial type styles through defaultMarks
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-007?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-007-* palette. Client component: useState for the alignment, for the set of type styles and for the active index, a useRef on the list of buttons. The root is a role="toolbar" with aria-orientation, inside it three role="group" elements with names of their own and a role="separator" between them: a panel of eight icons in a row is indistinguishable by ear, and a separator cuts it into meaningful chunks. Focus moves across the whole panel by a roving tabindex — the arrows, Home and End — while the behaviour inside the groups differs: on the left the states stack, on the right they exclude each other.
Tags
- togglegroup
- toolbar
- separator
- roving-tabindex
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…