Dropdown Menu
Nested Submenu
A menu with a "Move to" submenu: the second level opens on hover and with the right arrow, while the left arrow returns focus to its parent.
What you can change
- the button caption through trigger
- which way the submenu opens through side
- the second-level heading through submenuLabel and its items through folders
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-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, the --vibeui-dropdown-006-* palette. A client component: useState holds the submenu disclosure. The first level is an HTML popover with anchor positioning, and the second is an ordinary absolutely positioned layer inside it: a nested popover=auto would close the parent, because opening a second auto popup dismisses the first. The parent item is marked aria-haspopup=menu and aria-expanded, and the submenu is a role=menu with an aria-label. The right arrow opens the submenu and puts the focus on the first item, the left one closes it and returns the focus; without that there is no keyboard way out of the submenu. The side prop changes which way it opens. The palette is moved to light-dark(): in a dark environment the panel is lighter than the page background and its border lighter than the panel.
Tags
- menu
- dropdown
- submenu
- keyboard
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…