From 5393a86e2b95f12f1810ec7c282318c5eed9711f Mon Sep 17 00:00:00 2001 From: lindsaym-fa Date: Tue, 10 Dec 2024 10:18:46 -0500 Subject: [PATCH] add descriptions for page examples --- docs/docs/components/page.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/components/page.md b/docs/docs/components/page.md index bd938f9c3..b047cb3b9 100644 --- a/docs/docs/components/page.md +++ b/docs/docs/components/page.md @@ -160,6 +160,8 @@ You can override the default spacing for each slot with your own CSS. In this ex ### Documentation +A sample documentation page using [all available slots](#slots). The navigation menu collapses into a drawer at a custom `mobile-breakpoint` of 920px. It can be opened using a button with `[data-toggle-nav]` that appears in the `subheader` slot. The `aside` slot is also hidden below 920px. + ```html {.example viewport="1600"}