Skip to main content

Avatar Group

Implementation#

import { AvatarGroup, Avatar } from "slipstream-ui";
const Example = () => (
<AvatarGroup>
<Avatar />
<Avatar />
<Avatar />
</AvatarGroup>
);

Example#

Example
avatar
avatar
avatar
<AvatarGroup size="lg" rounded="full">
<Avatar />
<Avatar />
<Avatar />
</AvatarGroup>

Props#

AttributeTypeValueDefault ValueDescription
sizestringPass Avatar prop of size to all children Avatar components
roundedstringPass Avatar prop of rounded to all children Avatar components
textSizestringPass Avatar prop of textSize to all children Avatar components