Box

A Box is a container that groups related content.

View source code

Variant

The Box comes with two visual styles: primary and secondary.

Primary

Content in a primary box
<>
  <Box variant="primary">Content in a primary box</Box>
</>

Secondary

Content in a secondary box
<>
  <Box variant="secondary">Content in a secondary box</Box>
</>