Avatar text
const textAvatar = {
  component: "avatar_text",
  value: 'F',
  props: {
    size: 50,
    color: 'white',
    style: { 
      backgroundColor: 'pink' 
    }
  }
};
Text Avatar example
Loading...
const textAvatar = {
  component: "avatar_text",
  value: 'F',
  props: {
    size: 50,
    color: 'white',
    style: { 
      backgroundColor: 'pink' 
    }
  }
};