Context Menu
File Tiles
A file context menu in a tile list: a right click at the cursor, a "•••" button on the tile and a long press for phones — three ways into one menu.
What you can change
- the list heading through title
- the files through files
- hint — the caption in the header; 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-002?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-002-* palette. Client component: the cursor coordinates and the current tile live in useState. The menu is an HTML popover, so Escape and outside clicks come from the browser; the coordinates are fed in through the --vibeui-contextmenu-002-x/y variables, because they are known only at event time. The long press is built on onPointerDown with a pointerType check and a 500 ms timer, and is cancelled on onPointerUp and onPointerLeave. The tile the menu belongs to is highlighted through data-active and cleared on the popover's toggle event. The theme comes from the surrounding color-scheme through light-dark(), and the card has no background of its own by default. The menu header carries the file name, with the actions below it and the deletion set off by a line.
Tags
- contextmenu
- files
- popover
- touch
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…