Button Group

Split Save Button

A split button: the frequent action fires straight away while the rare ones live in a native popover menu — top layer, Esc and outside click come from the browser.

What you can change

  • the main action caption through action
  • the menu contents through options
  • the caret's screen-reader name through menuLabel and the menu id through menuId

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-003?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-003-* variables. It is a server component: the menu state is held by the browser through popover and popovertarget, there is no client JS. The positioning comes from CSS anchor positioning inside @supports (anchor-name), with position-try-fallbacks:flip-block; where anchor positioning is unsupported, the popover stays a card in the middle of the screen — that is a working view, not a breakage. The border between two fills of the same colour is drawn with an inset box-shadow, because a border at the joint would leave a dark line. The [data-part="menu"]:not(:popover-open){display:none} rule hides the menu until it opens.

Tags

  • buttongroup
  • split
  • popover
  • menu
Component source

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

Loading…