Dropdown Menu

Session Menu

A profile menu whose email row copies the address on a click and announces it aloud: no need to open settings for one address.

What you can change

  • the name, email and role through name, email and role
  • the name hash that colours the avatar initials — leave the code, change only the name
  • the focus and avatar background colour through accent

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-013?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 palette in the --vibeui-dropdown-013-* variables. A client component: useState holds the menu's open state and the copy confirmation. Opening, the top layer, Escape and the outside click come from the HTML popover, the placement from anchor-name and position-area inside @supports, and for browsers without anchors there is a fallback rule of position:absolute with position:relative on the root. A click on the email row calls navigator.clipboard.writeText and for 1.6 seconds changes the caption to "Copied" with aria-live="polite", so that someone who cannot see the screen hears it too. Sign-out is separated by a rule and coloured in the text only. After any item is picked, the focus is explicitly returned to the trigger button.

Tags

  • menu
  • dropdown
  • profile
  • clipboard
Component source

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

Loading…