Chakra snippets
The following code defines a container that has a maximum width of "container.lg". This means that the container will be at least as wide as the value specified.
Library: @chakra-ui/react
import { Container } from "@chakra-ui/react";
<Container as={domElementOrClass} maxW="container.lg">
</Container>