Button
const button = {
component: NANO.BUTTON,
value: 'Button',
props: {
width: 100,
buttonColor: 'orange',
textColor: 'white',
},
onPress: ({ setUi, getUi, moduleParams }) => {
},
};
const button = {
component: NANO.BUTTON,
value: 'Button',
props: {
width: 100,
buttonColor: 'orange',
textColor: 'white',
},
onPress: ({ setUi, getUi, moduleParams }) => {
},
};