Hi,
I wonder if it's possible with web-types to require a certain hierarchy between HTML elements.
A bar example:
<my-ul>
<my-li></my-li>
</my-ul>
As with standard li, my-li make no sense out of the my-ulcontext.
Also, I have this other issue with so called HTML Web components where my component is only used to enhance and wrap a standard HTML tag. Is there a way to support it?
I've tried to nest the html properties under another elements but without success. I looked as some example, particularly Bootstrap-vue and I couldn't find a relationship between for example BBreadcrumb and BBreadcrumbItem.
Hi,
I wonder if it's possible with web-types to require a certain hierarchy between HTML elements.
A bar example:
As with standard
li,my-limake no sense out of themy-ulcontext.Also, I have this other issue with so called
HTML Web componentswhere my component is only used to enhance and wrap a standard HTML tag. Is there a way to support it?I've tried to nest the
htmlproperties under anotherelementsbut without success. I looked as some example, particularlyBootstrap-vueand I couldn't find a relationship between for exampleBBreadcrumbandBBreadcrumbItem.