Avatar

Profile Header

The header of a person's page: a cover, a large overlapping portrait, the name, an action and the counters in one layout.

What you can change

  • name, role and the action caption
  • the src photo and a cover image over the gradient
  • the stats array

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/avatar-039?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

The component is self-contained: one file, no dependencies, its own palette in the local --vibeui-avatar-039-* variables. The portrait overlaps the cover through a negative margin rather than absolute positioning: the header height is computed on its own, and the text under the portrait does not have to be pushed down by hand. The cover is drawn with gradients so that the component looks finished without an image. The layout is driven by the header's own width through container-type: inline-size — in a narrow column it is vertical, and from 30rem the name and the button stand in one line. The hue of the cover and of the portrait is computed from the name by the same FNV-1a as in the rest of the category's avatars. The theme comes from color-scheme through light-dark(), and the component switches the class-based dark theme on for itself.

Tags

  • avatar
  • profile
  • header
  • cover
Component source

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

Loading…