Container
Center content horizontally with predefined max-width
Import
Source
Docs
Package
Usage
Container is the most basic layout element, it centers content horizontally and add horizontal padding from theme. Component accepts these props:
- size – controls default max width
- padding – controls horizontal padding of container, use xs, sm, md, lg, xl for value defined in theme.spacing or number to set horizontal padding in px
- fluid – overwrites size prop and sets max width to 100%
Default container
xs container with xs horizontal padding
200px container with 0px horizontal padding
Configure sizes
To configure container sizes use default props on MantineProvider: