Dropdown Menu
Orbital Action Menu
An action menu that does not drop as a list but scatters along an arc around a round button: an overshooting spring and a stagger of one action at a time.
What you can change
- the actions array and its order — icons are taken in the same order
- the label copy: it also becomes the button's aria-label and the caption underneath
- defaultOpen — open the menu straight away, as on the showcase
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/dropdown-022?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 local --vibeui-dropdown-022-* variables. Client-side: "use client" for the open state, Escape and outside clicks. Action positions are computed in JS along an arc from 168° to 12° and handed to the --vibeui-dropdown-022-x/-y variables, while the flight itself runs on transform with a linear() spring curve and a 40 ms stagger per action. The stage size is derived from radius, so a larger radius does not clip the actions. Collapsed actions are removed with visibility so they stay out of the tab order. The theme comes from light-dark() plus the :where(.dark,[data-theme="dark"]) … {color-scheme:dark} rule for projects that set a class.
Tags
- dropdown
- menu
- radial
- spring
- actions
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…