Skip to main content

Foundations

Layout

Own the document shell and head slot. The sturdy foundation upon which all your pages are built.

Curated demo

This page is already rendered inside Layout via BaseLayout. The live shell around this content is the demonstration.

Reference

Own the document shell and head slot. The sturdy foundation upon which all your pages are built.

  • Use the head slot for route-owned metadata.
  • Keep favicons, theme-color, and app-specific head tags consumer-owned.

Example snippet

<Layout title="Button docs"><main>...</main></Layout>