Button Group
Emoji Reactions
Reactions with counters as a set of independent toggles: the emoji is aria-hidden while the reaction's name sits as text for screen readers.
What you can change
- the reactions and their base counts through reactions
- the user's own reactions through mine
- the accessible group 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-041?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-041-* variables. It is a client component: useState holds the list of your own reactions, and the counter shows the base number plus one when a reaction has been given. Every pill is a separate toggle with aria-pressed, because reactions do not exclude each other. The emoji is marked aria-hidden and the reaction name lies next to it under clip-path: a screen reader has to say "like, 12, pressed" rather than read out the description of the symbol. The counter is set in tabular figures and has a minimum width, otherwise the row twitches on every press. The pills wrap: over time there are more reactions.
Tags
- buttongroup
- reactions
- toggle
- social
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…