Skip to content

Instantly share code, notes, and snippets.

@malerba118
Created September 26, 2024 10:54
Show Gist options
  • Save malerba118/56c452d39391b2731c1881ec7f73071f to your computer and use it in GitHub Desktop.
Save malerba118/56c452d39391b2731c1881ec7f73071f to your computer and use it in GitHub Desktop.
<FullscreenDialogContent>
<PageLayout variant="tight">
<PageLayout.LeftNav sticky>
<Stepper>
<Stepper.Step />
<Stepper.Step />
<Stepper.Step />
</Stepper>
</PageLayout.LeftNav>
<PageLayout.Content>main content</PageLayout.Content>
<PageLayout.RightNav sticky>
something on right side
</PageLayout.RightNav>
</PageLayout>
</FullscreenDialogContent>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment