Represents a stack of avatars with overflow control.
<AvatarGroup avatars={avatars} max={4} renderAvatar={(avatar, index) => ( <CustomAvatar key={avatar.id} name={avatar.name} image={avatar.image} /> )}/>