1. Primitives
  2. AvatarCounter

<AvatarCounter />

The AvatarCounter component displays a number and is optimized to appear alongside existing Avatar components.
<Card padding={4}>
<Inline space={3}>
<AvatarCounter count={7} size={0} />
<AvatarCounter count={42} size={1} />
<AvatarCounter count={876} size={2} />
<AvatarCounter count={2001} size={3} />
</Inline>
</Card>

Properties  

count: number
size?: 0 | 1 | 2 | 3 | Array<0 | 1 | 2 | 3>
Made withby folks at