# GridContainer
>![](../../public_sys-resources/icon-note.gif) **NOTE:**
>This component is supported since API version 7. Updates will be marked with a superscript to indicate their earliest API version.
The **** component lays out components vertically. It is used only in the grid layout.
## Required Permissions
None
## Child Components
This component can contain child components.
## APIs
GridContainer\(options?: \{ columns?: number | 'auto', sizeType?: SizeType, gutter?: Length, margin?: Length\}\)
- Parameter