There was an error while loading. Please reload this page.
Components can render nested HTML and components via a <slot> placeholder.
<slot>
<div class="container"> <slot></slot> </div>
<Container> <div>This will be rendered instead of slot</div> </Container>