Skip to content

Commit

Permalink
test: add nest 3 pages fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
wadjih-bencheikh18 committed Oct 12, 2022
1 parent b3581cc commit 66631dc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions stories/components/fullscreen.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ export function basic() {
}}
>
Page 2
<FullScreenProvider>
<div
style={{
border: 'solid 1px blue',
padding: '10px',
margin: '10px',
}}
>
Page 3
<Content i="3" />
</div>
</FullScreenProvider>
<Content i="2" />
</div>
</FullScreenProvider>
Expand Down

0 comments on commit 66631dc

Please sign in to comment.