Avatar GroupImplementation#import { AvatarGroup, Avatar } from "slipstream-ui"; const Example = () => ( <AvatarGroup> <Avatar /> <Avatar /> <Avatar /> </AvatarGroup>);CopyExample#Example<AvatarGroup size="lg" rounded="full"> <Avatar /> <Avatar /> <Avatar /></AvatarGroup>CopyProps#AttributeTypeValueDefault ValueDescriptionsizestringPass Avatar prop of size to all children Avatar componentsroundedstringPass Avatar prop of rounded to all children Avatar componentstextSizestringPass Avatar prop of textSize to all children Avatar components