Box

Overview

The box component is the lowest level building block of a well designed component based design system. It provides managed access to the underlying styling system.

Box is a styled container with atomic CSS props.
<Box
padding="large"
background="neutralLight"
borderRadius="md">
<Text>Box is a styled container with atomic CSS props.</Text>
</Box>