Skip to content
On this page

Color

If you do not want the text color to depend on the background color, then using this property you can set the text color in the component

Prop nameTypeDefault value
colorString-

Code example

vue
<template>
  <vue-avatar username="Some User" color="#fff" />
  <vue-avatar username="Some User" color="#ee0000" />
</template>

Demo

SU
SU