From c02496ff0234a0214c0961efc6a59bd207ba1b03 Mon Sep 17 00:00:00 2001 From: Lea Verou Date: Wed, 11 Dec 2024 10:06:19 -0500 Subject: [PATCH] Add warning --- docs/docs/components/page.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/docs/components/page.md b/docs/docs/components/page.md index d6e12fe6e..24ebcb8a9 100644 --- a/docs/docs/components/page.md +++ b/docs/docs/components/page.md @@ -17,12 +17,12 @@ Most slots are optional. Slots that have no content will not be shown, allowing +## Using `wa-page` + :::info If you're not familiar with how slots work in HTML, you might want to [learn more about slots](/docs/usage/#slots) before using this component. ::: -## Using `wa-page` - A number of sections are available as part of the page component, most of which are optional. Content is populated by [slotting elements](/docs/usage/#slots) into various locations. This component _does not_ implement any [content sectioning](https://developer.mozilla.org/en-US/docs/Web/HTML/Element#content_sectioning) or "semantic elements" internally (such as `
`, `
`, `