Dropdown Menu

Export Submenu

A "Share" menu with an "Export as" submenu entry: the second level of formats opens on hover and the right arrow, the left arrow returns focus to its parent.

What you can change

  • the button caption through trigger and which way the submenu opens through side
  • the second-level heading through submenuLabel and the format list through formats
  • the file extensions through extensionText, keyed by format name

A link for your AI agent: preview, code and instructions.

Preview

1440pxHost theme

Use it with AI

  1. 1. Copy the link.
  2. 2. Write to your agent in your own words and drop the link into the sentence.
  3. 3. The agent opens the link and installs the component from the registry.
AI
1Pick it here

put this on the home page as the hero:

https://vibeui.ru/c/dropdown-015?lang=en&theme=dark

2Paste into the chat
3Get it in your project

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-015-* palette. A client component: useState holds the disclosure of the menu and the submenu for aria-expanded on both levels. The first level is an HTML popover with anchor positioning inside @supports and a fallback position:absolute on a position:relative root; the second level is an ordinary absolutely positioned layer inside the first, because a nested popover=auto would close the parent. 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 format, the left one closes it and returns the focus to the parent item. Every format carries a short file extension in a separate node rather than built into the name.

Tags

  • menu
  • dropdown
  • submenu
  • export
Component source

The same file your agent installs. Here in case you would rather copy it by hand.

Loading…