There are no tracking or monitoring cookies on this site. There are only cookies used for documentation examples related to cookies.
Close

Processing...
This may take a few seconds.

Component - components in components

This is an example of nested components. You simply render components inside other components, and you can keep drilling down.

Note that this particular example is different to using shadow DOM components in that events that bubble, do bubble up all elements, and all CSS is global. So CSS is scoped to the DOM area it is in.

Component - components in components