Closed diffcunha closed 6 years ago
This PR adds the feature to set tags as variables.
Fixes: #67 Related to: #9
class Component extends HTMLElement { ... } const tree = hx` <${Component} arg1="foo"> <span>child</span> </${Component}> `
v2.4.0 :tada:
v2.4.0
This PR adds the feature to set tags as variables.
Fixes: #67 Related to: #9