Dropdown Menu

Account Menu

A profile menu with a user header and a workspace switcher: the name, the address and the plan are visible before anyone reaches "sign out".

What you can change

  • the name through name, the address through email and the plan through plan
  • the workspace list through workspaces
  • the avatar, badge and focus 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-008?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-008-* palette. A client component: useState holds the selected workspace. The menu header is not an item but information: it does not take focus and cannot be pressed, so it does not get in the way of the arrow-key walk. The initials are computed from the name by a function, and the avatar is a coloured circle built on color-mix from the accent. The workspaces are marked up role=menuitemradio with aria-checked inside a role=group: they are chosen, not executed. Sign-out is separated by a rule and coloured in the text only. Opening and the layer come from the HTML popover, and the placement from anchor-name and position-area inside @supports. 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
  • profile
  • account
Component source

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

Loading…