Skip to content

Commit 8665786

Browse files
Add story to fullHeight
1 parent da620d6 commit 8665786

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/lib/src/flex/Flex.stories.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@ const Flex = () => (
113113
</DxcFlex>
114114
</DxcFlex>
115115
</Container>
116+
<Title title="Full Height" level={4} />
117+
<div style={{ height: "300px", backgroundColor: "#f2eafa", margin: "2.5rem" }}>
118+
<DxcFlex fullHeight justifyContent="center" alignItems="center">
119+
<Placeholder />
120+
</DxcFlex>
121+
</div>
116122
</>
117123
);
118124

0 commit comments

Comments
 (0)