Divider
const divider = {
component: 'divider',
value: '',
props: {
horizontalInset: true,
style:{
height: 2,
width: 150,
backgroundColor: 'pink'
}
}
};
Divider example
Loading...
const divider = {
component: 'divider',
value: '',
props: {
horizontalInset: true,
style:{
height: 2,
width: 150,
backgroundColor: 'pink'
}
}
};