-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels