# AvatarStack

Ein AvatarStack zeigt mehrere Avatare in einer horizontalen Gruppierung.

## Develop

# Properties

| Property | Type | Default | Description |
| --- | --- | --- | --- |
| `totalCount` | `number` | - | The total count of items, as avatars should only be displayed for the first view |
| `size` | `"s" \| "xs" \| "m" \| "l"` | `"m"` | The size of the avatars inside the stack. |
| `className` | `string` | - | The elements class name. |
| `children` | `ReactNode` | - | - |

### Events

| Property | Type | Default | Description |
| --- | --- | --- | --- |
| `onCountPress` | `(() => void)` | - | The onPress action of the additional items count element |

