Skip to content

Commit

Permalink
Updates docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviawongnyc committed Dec 10, 2024
1 parent 8308057 commit 014f3c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Template/Template.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ import Link from "../Link/Link";

## Template Overview

Documentation for this component is a work in progress.

<Source
code={`
import {
Expand Down Expand Up @@ -71,8 +73,9 @@ The components consist of, listed in DOM structure order:
- `Template`
- `TemplateBreakout`
- `TemplateTop`
- `TemplateSidebar` (if meant to render on left)
- `TemplateMain` or `TemplateMainNarrow`
- `TemplateSidebar`
- `TemplateSidebar` (if meant to render on right)
- `TemplateBottom`

### Using the `Template` with the `Header` and `Footer`
Expand Down

0 comments on commit 014f3c1

Please sign in to comment.