Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions apps/website/screens/components/footer/code/FooterCodePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,22 @@ const sections = [
</DxcTable>
),
},
{
title: "Examples",
subSections: [
{
title: "Footer in application layout",
content: (
<iframe
src="https://codesandbox.io/embed/3fjvd3?view=editor+%2B+preview&hidenavigation=1"
style={{ width: "100%", height: "500px", border: "0", borderRadius: "4px", overflow: "hidden" }}
title="Footer in application layout"
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
/>
),
},
],
},
];

const FooterCodePage = () => {
Expand Down