> 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`

Mekari UI Vue comes with `Avatar` component. It will allow you to display alert inside your application. Here is the example on how to import `Avatar` component to your application:
```js
import { MAvatar } from '@mekari/mekari-ui-vue';
```
