Avatar
Profile Menu
A header avatar that opens the profile menu itself: a native popover, a header with the email and a separated sign-out — with no state at all.
What you can change
- the name and the address through email
- the item set through items
- the sign-out caption through signOutLabel
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/avatar-028?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, no dependencies, its own palette in the local --vibeui-avatar-028-* variables. Server-side: there is no state at all — opening and closing are done by the native HTML popover through popovertarget, while Escape, an outside click and the top layer come from the browser. The positioning uses CSS anchor positioning under @supports (anchor-name: --a) with a fixed fallback. The menu header repeats the name and the e-mail: in products with several accounts it is the only place where you can see who you are signed in as. Sign-out is separated by a rule and painted in the danger colour. The theme comes from the surrounding color-scheme through light-dark(): the dark branch is not an inversion of the light one — the circle fill, the rings and the statuses each have their own pair of lightnesses.
Tags
- avatar
- menu
- popover
- account
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…