Avatar development

Avatars are images that users can set as their profile picture.

Example

Avatar
<v-avatar
  src="{{ imageUrl }}"
  alt="My avatar"
  :size="32"
/>
1
2
3
4
5

Props

Name Type Description Default
src String Image's url None
alt String Image's alt text 'Avatar'
size String, Number Image's size 32