Skip to content
On this page

Size

The property is needed to set the width and height of the component

Prop nameTypeDefault value
sizeNumber50

Code example

vue
<template>
  <vue-avatar username="Some User" :size="50" />
  <vue-avatar username="Some User" :size="100" />
  <vue-avatar username="Some User" :size="200" />
</template>

Demo

SU
SU
SU