# GridContainer
The **** component lays out components vertically. It is used only in the grid layout.
## Child Components
This component can contain child components.
## APIs
GridContainer\(options? :\{ columns?: number | 'auto', sizeType?: SizeType, gutter?: Length, margin?: Length \}\)
- Parameter