Dropdown Menu

Assignee Picker

A round assignee button: the menu opens with a name search field, and the list is picked, not executed — a radio group, not a command list.

What you can change

  • the search hint through placeholder and the people list through people
  • the reaction to a pick through onChange
  • 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-018?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-018-* palette. A client component: useState holds the query, the pick and the menu's open state for aria-expanded and for the filtering. The trigger is a small round button: a dashed border while no assignee is set, solid and carrying initials after the pick. After opening, the focus goes into the search field on the toggle event rather than through autoFocus, otherwise it would move away when the page mounts. The list is marked up role=menuitemradio with aria-checked, and on an empty result there is a "Nobody found" line. Opening comes from the HTML popover with anchor positioning inside @supports and a fallback position:absolute on a position:relative root.

Tags

  • menu
  • dropdown
  • search
  • assignee
Component source

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

Loading…