Back to Radix Ui

Box

data/themes/docs/components/box.mdx

latest597 B
Original Source
jsx
<Box width="64px" height="64px">
	<DecorativeBox />
</Box>

API Reference

This component is based on the div element and supports common margin props.

Only the display prop values are unique to the Box component.

<ThemesPropsTable defs="boxPropDefs" />

The following props are shared between Box, Flex, Grid, Container and Section components. Read more about layout components in Layout.

<ThemesPropsTable defs="layoutPropDefs" />