Avatar icon
const avatar_icon = {
  component: NANO.AVATAR_ICON,
  value: '',
  props: {
    size: 50,
    color: 'white',
    style: {backgroundColor: 'blue'},
    icon: 'folder'
  }
};
Icon Avatar example
Loading...
const avatar_icon = {
  component: NANO.AVATAR_ICON,
  value: '',
  props: {
    size: 50,
    color: 'white',
    style: {backgroundColor: 'blue'},
    icon: 'folder'
  }
};