Badge
const badge = {
  component: NANO.BADGE,
  value: '3',
  props: {
    size: 25,
    color: 'white',
    style: {backgroundColor: 'green', alignSelf: 'flex-start'}
  }
};
const badge = {
  component: NANO.BADGE,
  value: '3',
  props: {
    size: 25,
    color: 'white',
    style: {backgroundColor: 'green', alignSelf: 'flex-start'}
  }
};