Combobox
Team Presence
An assignee picker with avatars and an online status: the list sorts so people available right now come first, and every avatar carries a colored dot plus a status caption.
What you can change
- the list content through people and the initial choice through defaultValue
- the empty-result text through emptyLabel
- the field caption through label and the placeholder through placeholder
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/combobox-027?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
The component is self-contained: one file, zero dependencies, its own palette in the local --vibeui-combobox-027-* variables. Client component: the query, the value and the cursor live in useState. useMemo first filters the people by name and role, then applies a stable sort by status rank (online 0, away 1, offline 2) — people with the same status keep their original order. The avatar hue is computed from the name with the same FNV-1a hash as in the people picker and arrives in the inline --vibeui-combobox-027-hue variable. The status dot is an absolutely positioned pseudo-element in the corner of the avatar, aria-hidden="true", because the status is already there as a word in the detail caption — colour is not the sole carrier of meaning.
Tags
- combobox
- people
- presence
- avatar
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…