You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked in src but saw code only for dom nodes, are Components out of scope?
In case not, could you put a small example which shows composition please?
Ex:
<!-- This is in the root. --><u><special-list-itemlabel="thing" /><special-list-itemlabel="thing2" /><special-list-itemlabel="thing3" /></u><!-- special-list-item would be defined here -->
Thanks,
-Dani
The text was updated successfully, but these errors were encountered:
Right now you can not use custom components, instead of that you have to render a function that returns some element.
Hoverer API for creating custom elements will be next in next minor version. I just finished shadow dom support and in weekend I'll start work on that.
Hi Przemyslaw,
I looked in src but saw code only for dom nodes, are Components out of scope?
In case not, could you put a small example which shows composition please?
Ex:
Thanks,
-Dani
The text was updated successfully, but these errors were encountered: