Skip to content

Commit 1a26061

Browse files
committed
docs(DynamicPage): add subcomponent docs
1 parent 9b42693 commit 1a26061

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/main/src/webComponents/DynamicPage/DynamicPage.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,16 @@ function DynamicPageWithStickyContent(props) {
116116

117117
Please see the [Docs](?path=/docs/layouts-floorplans-toolbar--docs#open-popovers-with-toolbarbutton) of the `Toolbar` component.
118118

119+
<Markdown>{SubcomponentsSection}</Markdown>
120+
121+
## DynamicPageHeader
122+
123+
<Description of={DynamicPageHeader} />
124+
<ArgTypesWithNote of={DynamicPageHeader} />
125+
126+
## DynamicPageTitle
127+
128+
<Description of={DynamicPageTitle} />
129+
<ArgTypesWithNote of={DynamicPageTitle} />
130+
119131
<Footer />

0 commit comments

Comments
 (0)