We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AppSideNav
1 parent 3ff33a4 commit 4841334Copy full SHA for 4841334
showcase/app/templates/components/app-side-nav.hbs
@@ -522,4 +522,19 @@
522
{{/each}}
523
{{/let}}
524
</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
+ />
540
</section>
0 commit comments