Skip to main content
Version: 1.0.58

Divider

const divider = {
component: NANO.DIVIDER,
value: '',
props: {
visible: true,
style: {
height: 5,
marginVertical: 40,
},
color: 'blue'
}
};