Context Menu
Right Click Hint
A context menu with keyboard shortcuts and a pulsing right-click hint that fades away after the first successful call.
What you can change
- the hint text through hint
- the entries and their shortcuts through items
- the sectionLabel, touchNote, actionLabel and menuLabel captions — Russian by default
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/contextmenu-008?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, the --vibeui-contextmenu-008-* palette. Client component: the "the menu has already been opened" flag, the cursor coordinates and the long-press timer live in useState and useRef. A right click is not visible on screen, so the zone carries an animated hint; after the first call data-used on the root switches the animation off and dims it. The shortcuts are laid out in separate kbd elements with a bottom border — the menu doubles as a cheat sheet. The long press is built on onPointerDown with a pointerType check and a 500 ms timer. The animation is switched off by a prefers-reduced-motion rule. The theme comes from the surrounding color-scheme through light-dark(), and the card has no background of its own by default.
Tags
- contextmenu
- hint
- shortcuts
- touch
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…