Skip to main content
Version: 1.0.109

Button

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

},
};