Recommended
01
Complete public page shell
Use the shell around a complete marketing or public-service page.
Live preview
<PublicPageShell
maxWidth="xl"
fullWidth="false">
<div data-slot="before">
<div class="showcase-slot">before slot</div>
</div>
<div class="showcase-shell-preview">
<header>Header slot</header>
<main>Public page content</main>
<footer>Footer slot</footer>
</div>
<div data-slot="after">
<div class="showcase-slot">after slot</div>
</div>
</PublicPageShell>