Fab
const fab = {
  component: NANO.FAB,
  value: 'plus',
  props: {
    style: {position: 'absolute', margin: 16, right: 0, bottom: 0},
    icon: 'information'
  }
};
const fab = {
  component: NANO.FAB,
  value: 'plus',
  props: {
    style: {position: 'absolute', margin: 16, right: 0, bottom: 0},
    icon: 'information'
  }
};