Button Group
Full Width Actions
A full-width phone action bar: equal shares through flex:1 1 0, the icon above the caption and room for the home indicator below.
What you can change
- the actions and their icons through actions
- the accessible group name through label
- the focus ring colour through accent
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-053?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-053-* variables. It is a server component: there are no hooks. The buttons share the width equally through flex:1 1 0 — precisely the zero basis, otherwise "Share" would claim more than "Chat"; min-width:0 lets a button shrink below its content. The glyph stands above the caption, because at ninety pixels the two do not fit on one line; the caption is cut with an ellipsis rather than wrapped, so that the bar height is the same for every button. The bottom padding equals env(safe-area-inset-bottom): the bar usually sticks to the bottom edge, where the system gesture runs. The separators are drawn by button + button.
Tags
- buttongroup
- mobile
- full-width
- actions
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…