> Available since version: `1.0.0`

> Styling from Mekari UI Toolkit that must be used on this component are (or with its `.scss`):
> - `./css/components/mekari-ui-reboot-bootstrap`
> - `./css/components/mekari-ui-avatar`
> - `./css/components/mekari-ui-tooltip`
> - `./css/components/mekari-ui-dropdown`

`Avatar Group` component act as a wrapper for `Alert` component. `Avatar Group` component can show the `Avatar` component on a `Stacked` or `Grid` version.

Here is the example on how to import `Avatar Group` component to your application:
```js
import { MAvatarGroup } from '@mekari/mekari-ui-vue';
```
