Button Group
Form Footer Bar
A form footer bar for phones: two buttons split the width evenly through flex:1 1 0, with extra bottom padding reserved for the home indicator.
What you can change
- the primary action caption through primary
- the cancel caption through secondary
- the note above the buttons through note and the 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-012?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-012-* variables. It is a server component: there are no hooks. The equal shares are held by flex:1 1 0 — precisely the zero basis, otherwise a long caption inflates its own share; min-width:0 lets a button shrink below its content, and the excess text is cut with an ellipsis. The bottom padding is computed as calc(0.75rem + env(safe-area-inset-bottom,0px)) so that the primary button does not end up under the system gesture. The priority is carried by colour and order rather than by width: the primary button is no wider than the secondary one. The layout is derived from the component's own width: width:100% with max-width:26rem.
Tags
- buttongroup
- mobile
- form
- full-width
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…