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