The LayoutGrid component is used in conjunction with Row, Col and Clearfix components for page layout using the React Bootstrap grid system. It defines the responsive container for the rows and columns.
When working with NUI applications, this component is likely not needed as it is being provided through NUI Shell. Any pages or components can start with rows and columns.
Example
NOTE: The gray background and border colors used in the example are for demonstration purposes only.
Custom classes to add to the grid layout container’s <div> tag.
fluid
Boolean
false
When true, turn a fixed-width grid layout into a full-width layout.
fullyResponsive
Boolean
false
When true, the grid container will be responsive for all viewport sizes. The default for SAP Concur’s applications is to not be responsive below the medium viewport size.