Skip to content

Commit 96e2d7e

Browse files
authored
Merge pull request #2357 from dxc-technology/PelayoFelgueroso/footer-example
Add example to Footer
2 parents 8ce69e4 + d446ab2 commit 96e2d7e

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

apps/website/screens/components/footer/code/FooterCodePage.tsx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,22 @@ const sections = [
166166
</DxcTable>
167167
),
168168
},
169+
{
170+
title: "Examples",
171+
subSections: [
172+
{
173+
title: "Footer in application layout",
174+
content: (
175+
<iframe
176+
src="https://codesandbox.io/embed/3fjvd3?view=editor+%2B+preview&hidenavigation=1"
177+
style={{ width: "100%", height: "500px", border: "0", borderRadius: "4px", overflow: "hidden" }}
178+
title="Footer in application layout"
179+
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
180+
/>
181+
),
182+
},
183+
],
184+
},
169185
];
170186

171187
const FooterCodePage = () => {

0 commit comments

Comments
 (0)