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.