Button
const button = {
  component: NANO.BUTTON,
  canChangeEffect: true,
  value: 'Button',
  props: {
    width: 100,
    buttonColor: 'orange',
    textColor: 'white',
  }
};
const button = {
  component: NANO.BUTTON,
  canChangeEffect: true,
  value: 'Button',
  props: {
    width: 100,
    buttonColor: 'orange',
    textColor: 'white',
  }
};