Created
September 26, 2024 10:54
-
-
Save malerba118/56c452d39391b2731c1881ec7f73071f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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