Button Group

Dense Row Tools

A very dense cluster for a table row: 1.75rem to the eye, but the touch target is stretched by a pseudo-element to 2.75rem beyond the drawing.

What you can change

  • the tools and their names through tools
  • the accessible group name through label
  • the focus ring colour through accent

A link for your AI agent: preview, code and instructions.

Preview

1440pxHost theme

Use it with AI

  1. 1. Copy the link.
  2. 2. Write to your agent in your own words and drop the link into the sentence.
  3. 3. The agent opens the link and installs the component from the registry.
AI
1Pick it here

put this on the home page as the hero:

https://vibeui.ru/c/buttongroup-054?lang=en&theme=dark

2Paste into the chat
3Get it in your project

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-054-* variables. It is a server component: there are no hooks. The technique is a ::before lying over the button and extending beyond it: a press is caught outside the drawing, while the layout is not inflated. That resolves the conflict of "a dense bar versus forty-four pixels of touch": it is the drawing that has to shrink, not the tap area. The buttons overlap by their targets, so the gap between them is no less than 0.125rem, otherwise the targets would eat one another. The last button is set apart by a vertical line: "more actions" is not on a par with editing and copying. The buttons have no captions, so each carries an aria-label.

Tags

  • buttongroup
  • compact
  • touch-target
  • table
Component source

The same file your agent installs. Here in case you would rather copy it by hand.

Loading…