FlexLayout component is rendered by default as a <div> with display: flex and accepts other responsive, theme-based style props such as (justifyContent, flexDirection etc).
FlexLayout
<div>
display: flex
justifyContent
flexDirection
xxxxxxxxxx
import { FlexLayout } from '@deity/falcon-ui';
<FlexLayout justifyContent="space-between">
<Box boxShadow="subtle" p="xl" flex={1} m="md">
c 1
</Box>
<Box boxShadow="subtle" p="xl" flex={2} m="md">
c 2
c 3
</FlexLayout>
Theme
Component
Presets
Download