Skip to content

Commit 4841334

Browse files
committed
added frameless demo example to AppSideNav showcase page
1 parent 3ff33a4 commit 4841334

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

showcase/app/templates/components/app-side-nav.hbs

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,4 +522,19 @@
522522
{{/each}}
523523
{{/let}}
524524
</Shw::Flex>
525+
</section>
526+
527+
{{! For some reason, Ember tests don't play well with iframes (URL not found) so we can't take snapshots of these examples in Percy }}
528+
<section>
529+
530+
<Shw::Divider />
531+
532+
<Shw::Text::H2>Demo</Shw::Text::H2>
533+
534+
<Shw::Frame
535+
@id="demo-full-app-frame-with-app-header-and-app-side-nav"
536+
@src="/layouts/app-frame/frameless/demo-full-app-frame-with-app-header-and-app-side-nav"
537+
@height="780"
538+
@label="Full AppFrame with AppHeader & AppSideNav"
539+
/>
525540
</section>

0 commit comments

Comments
 (0)