<Box
py="8"
style={{ backgroundColor: 'var(--gray-a2)', borderRadius: 'var(--radius-3)' }}
>
<DecorativeBox asChild>
<Section size="2" />
</DecorativeBox>
</Box>
此组件基于 section
元素并支持 常见边距属性。
属性 | 类型 | 默认值 |
---|---|---|
asChild | 布尔值 | 无默认值 |
size | Responsive<"1" | "2" | "3" | "4"> | "3" |
display | Responsive<"none" | "initial"> | 无默认值 |
以下属性在 Box、Flex、Grid、Container 和 Section 组件之间共享。在 Layout 中了解更多关于布局组件的信息。
属性 | 类型 | 默认值 |
---|---|---|
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> | 无默认值 |
gridArea | Responsive<string> | 无默认值 |
gridColumn | Responsive<string> | 无默认值 |
gridColumnStart | Responsive<string> | 无默认值 |
gridColumnEnd | Responsive<string> | 无默认值 |
gridRow | Responsive<string> | 无默认值 |
gridRowStart | Responsive<string> | 无默认值 |
gridRowEnd | Responsive<string> | 无默认值 |