domql
domql copied to clipboard
Add DOMQL sugar syntax
const Component = {
// props
background: '',
text: '12321',
sdas: '',
// events
onClick: () => {},
// children elements (with capital case)
Asd: {
extend: 'Button',
tag: 'asd',
background: '',
text: '12321',
sdas: '',
Box: {}
}
}