Container
Containers are used to constrain a content's width to the current breakpoint.
Import
Container
Base Container
Props
Prop | Description | Type | Default |
---|---|---|---|
className | className for the component | string | |
maxWidth | maxWidth of the container | string | auto |
as | You can use a custom element type for this component. | elementType | div |