Icon Stack
Vertical Avatar Stack
A vertical member stack for a narrow column: it grows downwards and takes the width of a single circle instead of breaking the sidebar with a horizontal row.
What you can change
- the circle size through size: sm, md or lg
- the caption under the stack through label
- the group roster through names
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/iconstack-004?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
A server component, no hooks. The overlap is built with column-reverse and a negative margin-bottom, so the upper circle lands above the lower one without a z-index, and the first name in the list stays first from the top — the reading order matches the data order. The size and the overlap amount are tied to one pair of variables and switched by the data-size attribute, so sm, md and lg keep the same density. The circles are decorative and marked aria-hidden: the meaning is carried by the counted caption. There is no surface by default: the column sits on the page background, and the palette is built on light-dark() and follows the surrounding color-scheme.
Tags
- iconstack
- vertical
- sidebar
- avatars
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…