Maps
Venue map with a legend and “how to get there”
A festival map: a keyless Yandex Map with pins for all venues, on the right a legend with colour dots and a “how to get there” list — metro, bus, bike, car — each row on its own colour pill with an emoji sticker. An “Open in Yandex Maps” button.
What you can change
- title, address, points (names, coordinates, colours), zoom
- routes: transport mode, text, emoji, colour; routesLabel, openLabel
- theme, accent and background, tone
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/map-006?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
One file, zero dependencies, a server component. The keyless map-widget/v1: the centre is the mean of points, pins are pt joined with “~” (pm2dgm), not encoded; theme=light|dark, in auto it follows tone. The legend is pills with point.color in --dot. Routes are <li> with route.color in --route and ink in --ink, the sticker on a color-mix(var(--route) 82 %, #000) square. From 60rem (container query) the map is 1.5fr and the column 1fr, the frame 16/11. Palette --vibeui-map-006-* is neutral: ink and paper via light-dark(), the site colours come through the accent, ink and background props; pill colours live in the data (color and ink per item), so one section can carry all twelve festival colours. Inter Tight and Inter via <link precedence> from Google Fonts with system fallbacks. tone pins the scheme, accent, ink and background override colours.
Tags
- festival
- event
- colorful
- pills
- landing
- map
- yandex
- directions
- legend
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…