Denotes a section of page content.
<Box
py="8"
style={{ backgroundColor: 'var(--gray-a2)', borderRadius: 'var(--radius-3)' }}
>
<DecorativeBox asChild>
<Section size="2" />
</DecorativeBox>
</Box>
This component is based on the section
element and supports common margin props.
Prop | Type | Default |
---|---|---|
asChild | boolean | |
size | Responsive<"1" | "2" | "3" | "4"> | "3" |
display | Responsive<"none" | "initial"> |
The following props are shared between Box, Flex, Grid, Container and Section components. Read more about layout components in Layout.
Prop | Type | Default |
---|---|---|
p | Responsive<enum | string> | |
px | Responsive<enum | string> | |
py | Responsive<enum | string> | |
pt | Responsive<enum | string> | |
pr | Responsive<enum | string> | |
pb | Responsive<enum | string> | |
pl | Responsive<enum | string> | |
width | Responsive<string> | |
minWidth | Responsive<string> | |
maxWidth | Responsive<string> | |
height | Responsive<string> | |
minHeight | Responsive<string> | |
maxHeight | Responsive<string> | |
position | Responsive<enum> | |
inset | Responsive<enum | string> | |
top | Responsive<enum | string> | |
right | Responsive<enum | string> | |
bottom | Responsive<enum | string> | |
left | Responsive<enum | string> | |
overflow | Responsive<enum> | |
overflowX | Responsive<enum> | |
overflowY | Responsive<enum> | |
flexBasis | Responsive<string> | |
flexShrink | Responsive<enum | string> | |
flexGrow | Responsive<enum | string> | |
gridColumn | Responsive<string> | |
gridColumnStart | Responsive<string> | |
gridColumnEnd | Responsive<string> | |
gridRow | Responsive<string> | |
gridRowStart | Responsive<string> | |
gridRowEnd | Responsive<string> |