We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da620d6 commit 8665786Copy full SHA for 8665786
packages/lib/src/flex/Flex.stories.tsx
@@ -113,6 +113,12 @@ const Flex = () => (
113
</DxcFlex>
114
115
</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>
122
</>
123
);
124
0 commit comments