Conversation
Generated component following the Webflow code components scaffold pattern. Includes full and simple prop surface variations.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
|
This is not working for me. I added the component and uploaded some faces as assets.
In Designer, and in the published site, it's not using the images: https://raymonds-top-notch-site-a589fa.webflow.io/ |
|
It looks to be trying to load this as an image: https://raymonds-top-notch-site-a589fa.webflow.io/[object%20Object] |
|
So i did a bit of hacking. This line: Should be That lets me see the image now, but I only see one face, not three. I also get errors in the console that appear to be this??? |
|
Ok, i figured out one issue with my test. I didn't notice the property DisplayMode. it was set to Single. When I switched it, i saw the other avatars. I have to ask though - what is the point of visible/hidden on each avatar if DisplayMode is set to Single? |

Component: AvatarGroup
Description
A flexible avatar component that displays user profile images in circular containers with configurable sizes (small, medium, large, extra-large). When no image is provided, automatically generates initials from a name prop with a colored background. Supports both single avatar and group modes, where group mode overlaps multiple avatars horizontally with configurable overlap spacing. When the group exceeds a maximum count, displays a '+N' overflow indicator. Features an optional status indicator dot (online green, offline gray, busy red) positioned at the bottom-right corner. Includes optional border ring styling for enhanced visual separation.
What's Included
var(--background-primary, #ffffff), etc.font-family: inherit; color: inherit;AvatarGroup.webflow.tsx) — 20+ props for developers/agenciesAvatarGroupSimple.webflow.tsx) — core text/link props for clientswf-avatar-group-for Shadow DOM safetyTesting
npm install && npm run devruns locallynpx webflow library shareimports successfully