Fab
const fab = {
component: NANO.FAB,
value: 'plus',
props: {
style: {position: 'absolute', margin: 16, right: 0, bottom: 0},
icon: 'information'
},
onPress:({setUi, getUi}) => {
}
};
Fab example
Loading...
const fab = {
component: NANO.FAB,
value: 'plus',
props: {
style: {position: 'absolute', margin: 16, right: 0, bottom: 0},
icon: 'information'
},
onPress:({setUi, getUi}) => {
}
};