c
Size: a a a
c
m
🚀🚀

🚀🚀
c
c
m
m
🚀🚀
🚀🚀
🚀🚀
🚀🚀
const roundCorners = () => {
spec({
styleVar: {roundSize: '4px'},
data: {roundCorners: 'all'},
})
}
h('div', () => {
roundCorners()
spec({text: 'div content'})
})
h('button', () => {
roundCorners()
spec({text: 'button content'})
})<div data-round-corners='all' style='--roundSize: 4px'>
div content
</div>
<button data-round-corners='all' style='--roundSize: 4px'>
button content
</button>🚀🚀
m
🚀🚀
DS
m
DS
m
m