Button Group
Map Zoom Rail
A floating map control rail: zoom with a level scale and geolocation are separated by a gap rather than a line, so the finger cannot miss.
What you can change
- the current level through level
- the scale bounds through minLevel and maxLevel
- 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-025?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-025-* variables. It is a server component: there are no hooks, and the level arrives as a prop and is clamped to the range minLevel..maxLevel. The group lies over a backdrop, so it carries a light fill and a double shadow of its own: without them the glyphs dissolve into any map image. There are two clusters inside — the zoom and "my location" — separated by gap:0.5rem: different meanings must not be pressed together. The level is shown by a vertical scale of ticks between the "plus" and the "minus"; it is laid out with flex-direction:column-reverse so that the first tick is drawn at the bottom. The text "Zoom level N of M" lies under clip-path — a scale does not exist for a screen reader.
Tags
- buttongroup
- map
- overlay
- vertical
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…