pnpm add @balance-web/container
import { Container} from '@balance-web/container';
A container both centers and constrains the maximum width of the content it wraps.
<Container size="small"> <Box height={100} background="dim" /></Container>
Use the size prop to adjust the maximum width of the container.
size
<Container size="xsmall"> <Box height={100} background="dim" /></Container>