Avatar image
const avatar_image = {
  component: NANO.AVATAR_IMAGE,
  value:
    'https://upload.wikimedia.org/wikipedia/commons/3/3e/Einstein_1921_by_F_Schmutzer_-_restoration.jpg',
  props: {
    size: 100,
    color: 'red',
    style: {backgroundColor: 'blue'}
  }
};
Image Avatar example
Loading...