Wraps shadow-root markup in a Declarative Shadow DOM template for tagName. Any children (light-DOM HTML) are placed after the template, inside the host, so they project into the component's slots on the client.
tagName
children
Wraps shadow-root markup in a Declarative Shadow DOM template for
tagName. Anychildren(light-DOM HTML) are placed after the template, inside the host, so they project into the component's slots on the client.